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}2026-09-08 22:28:45. The current date and time formatted as "Y-m-d H:i:s".Datetime
{date.FORMAT}2026-09-08 22:28:45. 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}2026-09-09 22:28:45. 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}1788906525. The current timestamp.Timestamp
{timestamp.VALUE}1788992925. The relative timestamp, replace "VALUE" by the relative date. Default value is "now".Relative timestamp