datetime optional default (empty)The textual date to convert. Accepts ISO dates (2008-07-01), datetime strings (2008-07-01 14:30), compact ISO basic form (20080701t223807) and relative English phrases (today, next Monday, +1 day). Parsed in the server timezone. A bare integer is not treated as an existing Unix timestamp; prefix it with an at-sign to force that. Unparseable or empty text yields an empty string.
{timestamp:2008-07-01}
{timestamp:2008-07-01 14#:30}
{timestamp:20080701t223807}
[{timestamp:@1700000000}]
[{timestamp:1700000000}]
[{timestamp:not a date}]
[{timestamp:}]
{date:Y-m-d:{timestamp:2008-07-01}}
{timestamp:next Monday}