Second
Returns the second component of the given date as a number.
Usage
Second(date)
date (required) The date from which to extract the second component.
Example
Second(Date("2007-08-14 07:11:05"))
- Returns 5.
Returns the second component of the given date as a number.
Second(date)
date (required) The date from which to extract the second component.
Second(Date("2007-08-14 07:11:05"))