0
edits
Changes
→Examples
==Examples==
* To display the Start Date in the format ''"'February 22, 1985"''' you would use:
@monthname(fullstartdate)@ @day(fullstartdate)@, @year(fullstartdate)@
* To display the End Time in the format ''"'06:45PM"''' you would use:
@hour(fullenddate)@:@minute(fullenddate)@@ampm(fullenddate)@
* To display the custom field '''Date Of Birth''' in the format ''"'31-01-2001"''' you would use:
@day(date of birth)@-@month(date of birth)@-@year(date of birth)@
* To display the current date/time in the format ''"'Friday at 19:55"''' you would use:
@dayweek(currentdate)@ at @hour24(currentdate)@:@minute(currentdate)@