DocExport
Template GalleryAdd to monday
DocExport V1
DocExport V1
  • Getting started
    • Welcome
    • Installation
    • Create Templates
      • Item Level Template
      • Board Level Template
      • Items from other boards
    • Generate documents
      • Board Level Filter
  • Template
    • Placeholder Directory
    • Charts
    • Formulas
    • QR Code
    • Customization
      • Colors
      • Custom Fonts
      • Format date & time
      • Format numbers
    • Images
    • Item Updates
    • Mirror Columns
    • Numbering
    • Subitem Table
  • Features
    • Automations
    • Custom Email Templates
    • Triggers
    • eSignatures
    • Charts & Reports
    • Share Recipes and Templates
    • User Permissions
    • Conditional Recipes
    • Dynamic Tables
  • Troubleshooting
    • Column ID (Dev Mode)
    • App Permission
    • Authorize App
    • Advanced Filtering
Powered by GitBook
On this page
  • Format date and time columns
  • Date Column Format
  • Today's date
  • Time of document created
  • Date and Time of document created
  • Hour Column Format
  1. Template
  2. Customization

Format date & time

Operating in different countries and languages? Display your time and date columns in a format that suits you best!

PreviousCustom FontsNextFormat numbers

Last updated 7 days ago

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?

Format date and time columns

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.

Date Column Format

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}}

Today's date

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)

Time of document created

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

Date and Time of document created

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

Hour Column Format

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:

Microsoft documentation - custom date and time formats
Microsoft documentation - standard date and time formats
Microsoft documentation - custom date and time formats
number column
Microsoft documentation - standard date and time formats
Help Center for Version 2
Here´s how!