month() Function

Function

month( date )

Returns the month from the specified date.

Parameters

Keyword Type Description

date

Date

The date from which the month is extracted.

Returns

Integer

Examples

month(date(2011,2,28)) returns 2

Open in Github Built: Fri, Jun 02, 2023 (06:00:33 PM)

On This Page

FEEDBACK