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: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK