Syntax:
<object_parameter> month_days
Return:
Total number of days in the month containing the
date <object_parameter>.
Parameter <object_parameter>:
Required parameter; type is date or datetime; parameter name omitted.
Example:
Total days in the month containing 1980-02-27.
NLC snippet: (1980-02-27 month_days) // result is 29.