You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All arguments and options are separated by spaces and even closed in double-quotes they cannot contain spaces.
Your format contains spaces, which is forbidden. You have to find other way, like some masking of spaces to other characters and replacing them in the FormatDateTime function.
I'm getting an error
Nustache.Compilation.CompilationException : Could not find formatDateTime Timestamp format="dd/MM/yyyy hh:mm tt"
Code:
Template:
Transaction Details Date & Time {{ FormatDateTime Timestamp format="dd/MM/yyyy hh:mm tt"}}
If a remove
FormatDateTime
helper from the template and just useTimestamp
it works.Can somebody help please?
The text was updated successfully, but these errors were encountered: