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: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK