Printing Date
This guide shows how to print date values into your PDF using Make.
Step 1 — Prepare your template
In the Eledo editor:
- Add a Text Box (TXT) component
- In Data (expression), enter a field name (for example
DeliveryDate) - Set the Type to Date
- Confirm and save the template

tip
Learn more about Text Box: /docs/product/template-editor/components/text-box.mdx
Step 2 — Use the template in Make
In your Make scenario:
- Add the Eledo PDF module
- Select your template
- Click Refresh Custom Fields
Your field (for example DeliveryDate) will appear.
Step 3 — Map your data
- Click into the field (for example
DeliveryDate) - Select a date value from your data source
- Confirm the mapping

Step 4 — Format the date (recommended)
By default, dates may be displayed in an unexpected format depending on the input.
Use formatting functions in the template to control output.
Examples:
DATE(DeliveryDate, "yyyy-MM-dd")
DATE(DeliveryDate, "dd/MM/yyyy")
DATE(TODAY(), "yyyy-MM-dd")
tip
Learn more about date formatting:
→ Formatting Dates
→ Date Functions
Result
When the scenario runs:
- data is passed from your source
- Eledo fills the Text Box
- the formatted date is printed in the document
Next steps
- Printing numbers → Printing Number
- Build full workflow → Generate Your First PDF
Was this article helpful?
Yes
No