Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 626 Bytes

File metadata and controls

25 lines (14 loc) · 626 Bytes

<timestamp>

Node > Meta > Field > Timestamp

This is the default implementation of the time parser.

This element will convert and export the node's inner text into a timestamp.

Optionally, if the 'format' attribute is set, then the returned timestamp will be formatted as a date string.

Attributes

parser : 'time'

format

See documentation on PHP's date() function for a list of supported formatting characters.

Examples

Basic Usage:

<timestamp>24th August 2019</timestamp>