Returns the month from the specified date.
month( date )
date: (Date) The date from which the month is extracted.
Integer
month(date(2011,2,28)) returns 2
month(date(2011,2,28))
2
On This Page