Difference between revisions of "Documentation/How Tos/Calc: MONTH function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 17: Line 17:
 
: where cell A1 contains the date <tt>'''23Nov83'''</tt> as a date-time serial number, returns <tt>'''11'''</tt>.
 
: where cell A1 contains the date <tt>'''23Nov83'''</tt> as a date-time serial number, returns <tt>'''11'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: YEAR function|YEAR]]''',
+
* [[Documentation/How_Tos/Calc: YEAR function|YEAR]]
'''[[Documentation/How_Tos/Calc: DAY function|DAY]]''',
+
* [[Documentation/How_Tos/Calc: DAY function|DAY]]
'''[[Documentation/How_Tos/Calc: WEEKDAY function|WEEKDAY]]''',
+
* [[Documentation/How_Tos/Calc: WEEKDAY function|WEEKDAY]]
'''[[Documentation/How_Tos/Calc: HOUR function|HOUR]]''',
+
* [[Documentation/How_Tos/Calc: HOUR function|HOUR]]
'''[[Documentation/How_Tos/Calc: MINUTE function|MINUTE]]''',
+
* [[Documentation/How_Tos/Calc: MINUTE function|MINUTE]]
'''[[Documentation/How_Tos/Calc: SECOND function|SECOND]]'''
+
* [[Documentation/How_Tos/Calc: SECOND function|SECOND]]'''
  
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
+
* [[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
  
'''[[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]'''
+
* [[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 14:05, 25 February 2009


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.

Template:Documentation/SeeAlso

Personal tools