Hello Everyone,
I am trying format my date in an email template to be d-MMMM-yyyy (25-October-2018).
Currently I am trying ${transaction.dueDate?string["d-MMMM-yyyy"]}, but i get an error message. "For "...[...]" left-hand operand: Expected a hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar):. ==> transaction.dueDate?string"
Anyone know of a solution?
Thanks