MONTH function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MONTH
Returns the month of a given date.
Syntax:
MONTH(date)
- returns the month of date as a number, where January is 1 and December is 12.
- date may be text or a date-time serial number.
Example:
MONTH("2008-06-04")
- returns 6.
MONTH(A1)
- where cell A1 contains the date 23Nov83 as a date-time serial number, returns 11.
See Also