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

On This Page

FEEDBACK