Development tools : Global functions : Date category : today
  
today
Description
Returns the current date with system default time zone.
Usage
Client side: Y
Server side: Y
Syntax
Date today()
Argument
None.
Return
Returns the date when the function is invoked.
Example
If the function is invoked on date 2011-12-30, then returns 2011-12-30.
Go up to
Date category