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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
Line 3: Line 3:
 
== DAY ==
 
== DAY ==
 
Returns the day of a given date.  
 
Returns the day of a given date.  
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 10: Line 9:
  
 
: <tt>'''date'''</tt> may be text or a date-time serial number.
 
: <tt>'''date'''</tt> may be text or a date-time serial number.
 
  
 
=== Example: ===
 
=== Example: ===
<tt>'''DAY("4Jun2008")'''</tt>
+
<tt>'''DAY("2008/06/04")'''</tt>
 
: returns <tt>'''4'''</tt>.
 
: returns <tt>'''4'''</tt>.
  
 
<tt>'''DAY(A1)'''</tt>
 
<tt>'''DAY(A1)'''</tt>
 
: where cell A1 contains the date <tt>'''23Nov83'''</tt> as a date-time serial number, returns <tt>'''23'''</tt>.
 
: where cell A1 contains the date <tt>'''23Nov83'''</tt> as a date-time serial number, returns <tt>'''23'''</tt>.
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 12:52, 18 January 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 functions

Date & Time overview

Personal tools