date
provides the current date
Syntax
[#date day month year]
Attributes
day- current numeric daymonth- current numeric monthyear- current numeric year
Description
Provides the current day as reported by the system clock.
Time updates at the frequency of the smallest selected in the record.
Examples
Prints the current date as a formatted string.
search
[#date month day year]
bind @browser
[#div text: "Today is {{month}}/{{day}}/{{year}}"]