NDAY |
nday returns the number of days passed between 1/1/1600 and the parameter date.
nday(date_exp)
|
Element |
Description |
Restrictions |
|
date_exp |
Date Expression |
None |
X = nday(date$)
The nday function allows you to go from a date to a number of days.
You may replace nday(DATE) with DATE - [01/01/1600].
The result type is Integer.
|
Error |
Description |
|
ERMODE (10) |
The parameter is invalid. |
|
ERDATE (56) |
Date invalid |
DAY - MONTH - YEAR - DAY$ - MONTH$ - NDAY$ - DAYN - DATE
|
|