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

On This Page

FEEDBACK