Free cookie consent management tool by TermsFeed daysinmonth() Function
daysinmonth() Function

Function

daysinmonth( month, year )

Returns the number of days in the given month in the given year.

Parameters

Keyword Type Description

month

Integer

The month number.

year

Integer

The year number.

Returns

Integer

Examples

daysinmonth(2, 2000) returns 29

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

daysinmonth() Function

FEEDBACK