Returns the number of days in the year.
Syntax 1
|
Returns the number of days in the year. |
|
DaysInYear() |
Syntax 2
|
Returns the number of days in the year. |
|
DaysInYear(date) |
|
Arguments: |
|
|
date |
Date - A date. |
Remarks
- Example: DaysInYear("2005-1-28") returns 366.
- Example: DaysInYear() returns 365.
Comments
0 comments
Article is closed for comments.