Format date & time
Operating in different countries and languages? Display your time and date columns in a format that suits you best!
Last updated
Operating in different countries and languages? Display your time and date columns in a format that suits you best!
Last updated
You're in the Helpcenter for Version 1 of our app! Version 2 is now available with enhanced features and a new user interface. 🎉
Need info on Version 2? Access the
Want to upgrade or find out which version you have?
By default, the format of the date depends on the language/ country setting in your monday.com account.
But Microsoft Word offers a lot of additional options to format dates and times. To change the default output of your date or time, you can use these Microsoft Word formatting options in your DOCX template.
This way you can format any date/hour/time column and also from your own monday.com board.
To format your placeholder, add a straight line (pipe symbol) after the name of your placeholder and then add the format string you want to use.
e.g. {{Item.Date | D}}
for: Tuesday, December 24, 2024
Find all standard date and time format strings here:
or {{Item.Date | yyyy-MM-dd}}
for: 2025-12-24
or {{Item.Date | dd.MM.yyyy}}
for: 24.12.2025
or {{Item.Date | dd/MM/yyyy}}
for: 24/12/2025
or {{Item.Date | MM-dd-yyyy}}
for: 12-24-2025 (US date format)
Note: 'Date' is the title of your column:
{{Item.ColumnTitle | dd.MM.yyyy}}
If your column title is 'Task Due', the placeholder would be:
{{Item.Task Due | dd.MM.yyyy}}
To insert today's date in your documents, you can simply use the term "Today" instead of referring to a column title.
e.g. {{Today | D}}
for: Wednesday, January 01, 2025
or {{Today | yyyy-MM-dd}}
for: 2025-01-01
or {{Today | dd.MM.yyyy}}
for: 01.01.2025
or {{Today | dd/MM/yyyy}}
for: 01/01/2025
or {{Today | MM-dd-yyyy}}
for: 12-24-2025 (US date format)
To insert the time that the document was created, us the placeholder {{Now}}
e.g. {{Now}}
for: 22:30
e.g. {{Now | hh:mm tt}}
for: 10:30 pm
To insert the date and time, simply combine both placeholders:
e.g. {{Today}} at {{Now}}
for: 24/12/2025 at 22:30
e.g. {{Today}} {{Now | hh:mm tt}}
for: 24/12/2025 10:30 pm
You can also format your hour columns in the same way.
e.g. {{Hour Column Name | en-US}}
for: 1:30:00 PM
Find all custom date and time format strings here:
You can find all custom and standard time format strings here: