Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

now() Returns the current date and time.

Function: now()

Returns the current date and time, as a string, in the PhixFlow standard date format. The This function does not take any arguments. Note the date and time will be converted from a string into a date data type if now() is used in a field of type date.

Syntax

now()

Examples

now()

returns "20100712.111957"


dateGet(now(), _MONTH)

Where now() returns "20100712.102159", dateGet() returns the month number 47, assuming today is in July.

See Also


Excerpt
hiddentrue

now() Returns the current date and time.