Overview
Date Time Tags automatically insert the current date into a template when it is generated.
This article explains the available Date Time Tags and shows what date format each tag inserts into a generated template.
ℹ️ Info: This article lists tags only. For an overview of the Tag List page and its categories, see the Tag List article.
Date Time Details
{{d.now}}- Current date, in short format (for example, 08/05/2026).{{d.nowlong}}- Current date, in long format (for example, August 18, 2026).
Frequently Asked Questions
Which tag inserts today's date? Use {{d.now}} for a short date format, or {{d.nowlong}} for a long date format.
What is the difference between {{d.now}} and {{d.nowlong}}? Both insert the current date. {{d.now}} shows a short format, while {{d.nowlong}} shows a longer, more descriptive format.
