today
Function: today()
Returns the current date with no time component, as a string, in the PhixFlow standard date format.
The function does not take any arguments.
Syntax
today()
Examples
dateGet(today(), _MONTH)
Where today() returns "20100712", dateGet() returns the month number 4.