All Collections
Email
Merge tags
How to change a date merge tag
How to change a date merge tag
Zaklina Udovicic avatar
Written by Zaklina Udovicic
Updated over a week ago

A merge tag that inserts dates and/or times will automatically resolve to the following format:

"yy MM dd HH:mm"

22 01 31 00:00 (Year, month, day, time)

This format can be changed based on your preferences. To change it, just insert the merge tag and change the date or/and time format highlighted in the example below:

{{{dateFormat "yy MM dd HH:mm" event:startDate}}}

In case you like to separate the date and the time in your text, insert the merge tag twice. In the first one, you enter a date format and in the second one a time format. For example:

Your are welcome {{{dateFormat "yy MM dd" event:startDate}}}. The event starts {{{dateFormat "HH:mm" event:startDate}}}.

Below are some examples of how the format can be structured together with what will be inserted for you to use.

DD

23 July 2026

DDDD

Thursday 23 July 2026

DD

23 July 2026 20:00

DDDD HH:mm

Thursday 23 July 2026 20:00

dd/MM

23/07

dd/MM/yy

23/07/26

dd/MM/yyyy

23/07/2026

dd/MM HH:mm

23/07 20:00

dd/MM/yy HH:mm

23/07/26 20:00

dd/MM/yyyy HH:mm

23/07/2026 20:00

yy-MM

26-07

yy-MM-dd

26-07-23

yyyy-MM-dd

2026-07-23

yy-MM HH:mm

26-07 20:00

yy-MM-dd HH:mm

26-07-23 20:00

yyyy-MM-dd HH:mm

2026-07-23 20:00

"HH:mm"

20:00

Did this answer your question?