daysinmonth() Function

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

Syntax

daysinmonth( month, year )

month: (Integer) The month number.

year: (Integer) The year number.

Returns

Integer

Examples

daysinmonth(2, 2000) returns 29

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK