Datetime tags

Tags to display information about logged in user. If the user is not logged in, all tags will display an empty string.

Tags in this group:

TagPreviewDescription
{date}2025-12-14 07:16:55. The current date and time formatted as "Y-m-d H:i:s".Datetime
{date.FORMAT}2025-12-14 07:16:55. The current date and time, replace "FORMAT" by the date format. Default format is "Y-m-d H:i:s".Formatted datetime
{date.FORMAT.VALUE}2025-12-15 07:16:55. The relative date and time, replace "FORMAT" by the date format and "VALUE" by the relative date. Default format is "Y-m-d H:i:s" and default value is "now".Relative datetime
{timestamp}1765696615. The current timestamp.Timestamp
{timestamp.VALUE}1765783015. The relative timestamp, replace "VALUE" by the relative date. Default value is "now".Relative timestamp