daysinmonth
The number of days in a month. Leap years are taken into account for February.
func uint daysinmonth (
ushort year,
ushort month
)
ushort year,
ushort month
)
Parameters
year | Year. |
month | Month. |
Return value
Returns the number of days in the month.
Related links | Source |