Now
Merges the current date and/or time using a custom format.
SYNTAX
{{now format timezone culture}}
PARAMETERS
Name | Type | Required | Description |
---|---|---|---|
Format | Text | Required | Format used to output number. |
Time zone | Text | Required | Time zone for which the date-time will be displayed. |
Culture | Text | Optional | Text that denotes the culture to be used. |
For a list of time zones, refer to the Microsoft Windows Time Zone List.
For standard date and time formats, refer to the .NET Standard Date and Time Format String.
For custom date and time formats, refer to the .NET Custom Date and Time Format String.
EXAMPLES
The examples below are based on the following sample content:
Today’s date: {{now format “Mountain Standard Time”}}
A. System date is 10/17/2019 23:47:39 UTC and a format of MM/dd/yyyy
Today’s date: 10/17/2019
B. System date is 10/17/2019 23:47:39 UTC and a format of MM/dd/yyyy and a culture of pt-BR
Today’s date: 17 out 2019