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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Example:)
Line 11: Line 11:
  
 
=== Example: ===
 
=== Example: ===
<tt>'''HOUR("6 January 2008 21:30:15")'''</tt>
+
<tt>'''HOUR("2008/01/06 21:30:15")'''</tt>
 
: returns <tt>'''21'''</tt>.
 
: returns <tt>'''21'''</tt>.
  

Revision as of 13:02, 18 January 2008


HOUR

Returns the hour of a given time.

Syntax:

HOUR(time)

returns the hour of time as a number, 0 - 23.
time may be text or a date-time serial number.

Example:

HOUR("2008/01/06 21:30:15")

returns 21.

HOUR(A1)

where cell A1 contains the time 9:25:10 as a date-time serial number, returns 9.

See also:

YEAR, MONTH, DAY, WEEKDAY, MINUTE, SECOND

Date & Time functions

Date & Time overview

Personal tools