up previous next
date

the date

Syntax
date() : INT

Description
This function returns the date.

Note that from version 5.0.4 the result is an INT and the date is in the form YYYYMMDD. See also TimeOfDay .

Example
/**/  date();
20130530

See Also