A merge tag that inserts dates and/or times will automatically resolve to the following format:
| 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.
| 23 July 2026 |
| Thursday 23 July 2026 |
| Thursday 23 July 2026 20:00 |
| 23/07 |
| 23/07/26 |
| 23/07/2026 |
| 23/07 20:00 |
| 23/07/26 20:00 |
| 23/07/2026 20:00 |
| 26-07 |
| 26-07-23 |
| 2026-07-23 |
| 26-07 20:00 |
| 26-07-23 20:00 |
| 2026-07-23 20:00 |
| 20:00 |