The DaysInMonth function returns the number of days in the month.
Syntax 1
|
The DaysInMonth function returns the number of days in the month. |
|
DaysInMonth() |
Syntax 2
|
The DaysInMonth function returns the number of days in the month. |
|
DaysInMonth(date) |
|
Arguments: |
|
|
date |
Date - A date. |
Remarks
- Example: DaysInMonth("2005-1-28") returns 31.
- Example: DaysInMonth() returns 30.
Comments
0 comments
Article is closed for comments.