Returns the month from the specified date.
month( date )
date: (Date) The date from which the month is extracted.
Integer
You can experiment with this function in the test box below.
Test Input
TEST
Test Output
month(date(2011,2,28)) returns 2
month(date(2011,2,28))
2
On This Page