Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Date.DaysInMonth(dateTime as any) as nullable number
About
Returns the number of days in the month in the date
, datetime
, or datetimezone
value dateTime
.
dateTime
: Adate
,datetime
, ordatetimezone
value for which the number of days in the month is returned.
Example 1
Number of days in the month December as represented by #date(2011, 12, 01)
.
Usage
Date.DaysInMonth(#date(2011, 12, 01))
Output
31