Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 451 Bytes

File metadata and controls

26 lines (16 loc) · 451 Bytes

<time>

Node > Meta > Field > Timestamp > Time

Alias of Timestamp for exporting metadata compatible with ACF's time field.

See Timestamp for more information.

Attributes

format : 'H:i:s'

Examples

Basic Usage:

<time>3:00pm</time>
<!-- Exports: <0/0/time> '15:00:00' -->

Get the current time:

<time>now</time>