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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK