Documentation/How Tos/Calc: DAY function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 15:47, 28 December 2007 by Drking (talk | contribs) (Initial content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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("4Jun2008")

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 functions

Date & Time overview

Personal tools