Manuals/calci/TODAY

From ZCubes Wiki
Revision as of 16:20, 24 March 2014 by Swapna (talk | contribs)
Jump to navigation Jump to search

TODAY()

TODAY() displays the serial number of current date.

Description

TODAY()

  • Dates are stored in the form of sequential numbers so that they can be used in calculations. e.g. January 1, 1900 is stored as serial number 1 and so on.
  • Output value represents the serial number of current date.
  • This function does not have any arguments.
  • NOW() function can be used to display the serial numbers of current date and time.

Examples

Function Output
TODAY() 41722
DAY(TODAY()) 25
MONTH(TODAY()) 3
YEAR(TODAY()) 2014

See Also

References