Second
Extracts seconds from a datetime \ time
Second("23:11:40.000") → 40
Second("2023-11-04 05:19:58.000") → 58Inputs
Second(dateTime)
dateTime- Date, time, or datetime value
Last updated
Was this helpful?
Extracts seconds from a datetime \ time
Second("23:11:40.000") → 40
Second("2023-11-04 05:19:58.000") → 58Second(dateTime)
dateTime - Date, time, or datetime value
Last updated
Was this helpful?