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 7 Current »

Function: now()

Returns the current date and time, as a string, in the PhixFlow standard date format. This function does not take any arguments.

Syntax

now()

Examples

now()

returns "20100712.111957"


dateGet(now(), _MONTH)

dateGet() returns the month number 7, assuming today is in July.

See Also


  • No labels