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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 24: Line 24:
 
'''[[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 & Time functions]]'''
 
'''[[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]'''
  
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
+
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 07:09, 12 September 2008


DAY

Returns the day of a given date.

Syntax:

DAY(date)

returns the day of date as a number (1-31).
date may be text or a date-time serial number.

Example:

DAY("2008-06-04")

returns 4.

DAY(A1)

where cell A1 contains the date 23Nov83 as a date-time serial number, returns 23.

See also:

YEAR, MONTH, WEEKDAY, HOUR, MINUTE, SECOND

Date & Time overview

Date & Time functions

Functions listed alphabetically, Functions listed by category

Personal tools