SECOND

Returns the seconds portion of the specified date value.

Syntax

SECOND(dateval)

Example

If mydatefield has value '2024-10-30 09:55:00', then:

SECOND({{mydatefield}})

returns: 00

Related

YEAR
MONTH
DAY
HOUR
MINUTE