DAYS: Obtaining the Number of Days Since January 1, 1900

How to:

The DAYS function returns the number of days since January 1, 1900.


Top of page

x
Syntax: How to Obtain the Number of Days Since January 1, 1900
DAYS(arg)

where:

arg

Date or timestamp

Is the input argument.

This function returns an integer value.



Example: Obtaining the Number of Days Since January 1, 1900

DAYS returns the number of days since January 1, 1900. This example,

DAYS('2000-01-01')

returns 36525.


iWay Software