Please enable JavaScript to view this site.

The DAYS function returns the number of days since 0000-03-01, ignoring julian/gregorian adjustment.

Category

Date / Time

Syntax

DAYS( '' )

 

Parameter Descriptions

This functon has no parameters

Example

Retrun the number of days between 2 dates

NB_OF_DAYS = DAYS (20000602) - DAYS(20000215)

Returns the value of 108.