month() Function

Returns the month from the specified date.

Syntax

month( date )

date: (Date) The date from which the month is extracted.

Returns

Integer

Examples

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

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK