Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

See Also

  • No labels