Available In: Docs Made Easy Basic and Pro
These parameters allow you to render time values in a 12-hour format, with the option to include AM/PM indicators. This enables clear differentiation between morning and evening times in your generated documents.
The format begins with \@, followed by a valid date and time pattern using standard format specifiers mentioned below.
FORMAT TYPE | SYNTAX | DESCRIPTION |
12-hour without AM/PM | {{FieldName \@ MM-dd-yyyy hh:mm}} | Standard 12-hour format |
12-hour (single-digit hour/minute) | {{FieldName \@ MM-dd-yyyy h:m}} | Minimal 12-hour format |
12-hour with AM/PM | {{FieldName \@ MM-dd-yyyy hh:mm a}} | Standard 12-hour format with AM/PM |
12-hour (minimal) with AM/PM | {{FieldName \@ MM-dd-yyyy h:m a}} | Compact format with AM/PM |
Note:
The source field used with this parameter must be of DateTime type to ensure correct formatting and output.
Format Examples
SYNTAX | OUTPUT |
{{Account.CreatedDate \@ MM-dd-yyyy hh:mm}} | 07-09-2025 06:47 |
{{Account.CreatedDate \@ MM-dd-yyyy hh:mm a}} | 07-09-2025 06:47 PM |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article