
Announcements
When i use "utcNow('d')" in the body of the email it return 6/15/2009, as (en-US) but i need 15/06/2009 format as (it-IT).
Hi @AleB,
I don't know a way to format the time with culture format, but we could take use of self-defined format.
For example, if you would like to return the time format as:
dd/MM/yyyy
Then we could write the formula as below:
UtcNow('dd/MM/yyyy')
"
Name: Format
Description: Optional. Either a single format specifier character or a custom format pattern that indicates how to format the value of this timestamp. If format is not provided, the ISO 8601 format ("o") is used.
"
Regards,
Michael