SECOND
Syntax
SECOND(<date>)
Description
Truncates a date to only display the seconds associate with the date.
Examples
Date | SECOND returns |
---|---|
Oct 15, 2002 4:34:34 | 34 |
Sep 26, 2012 12:33:25 | 25 |
Jan 08, 2013 11:22:44 | 44 |
Sep 01, 2009 5:56 | 0 |
SECOND(<date>)
Truncates a date to only display the seconds associate with the date.
Date | SECOND returns |
---|---|
Oct 15, 2002 4:34:34 | 34 |
Sep 26, 2012 12:33:25 | 25 |
Jan 08, 2013 11:22:44 | 44 |
Sep 01, 2009 5:56 | 0 |