Context Pattern
Dated Footer
A compact footer with a fixed or generated date stamp plus a slide number.
Use Case
Recurring reports, status updates, and operating reviews where readers need to know the deck date.
When to Use
Use when multiple versions of similar recurring decks will circulate after the meeting.
When to Avoid
Avoid auto-updating dates for archived board or legal packets where the delivery date must remain fixed.
OPF Config Options
- Slide numbers
- Enabled
- Slide number format
- {current}
- Date format
- MMM d, yyyy
- Logo position
- Not used
- Legal line
- Not used
- Classification line
- Not used
- Header content
- Not used
- Footer content
- {date}
- Hide on title slide
- Yes
Best Practices
Prefer a fixed date for final PDFs and board packets.
Use short month names to keep the footer compact.
Pair the date with slide numbers only; avoid adding extra labels.
Related How-to Articles
How to Add Slide Numbers and Footers to PowerPoint Files
Learn about slide numbering, headers, footers, and page numbers in PowerPoint files generated with the pptx.dev API.
How to Add Headers, Footers, and Slide Numbers in PowerPoint
Configure headers, footers, slide numbers, and date fields to add professional navigation and branding to your presentations.
OPF Config
headers-footers:dated-footer{
"design": {
"layoutPreferences": {
"slideNumbers": true
},
"headersFooters": {
"pattern": "dated-footer",
"slideNumberFormat": "{current}",
"dateFormat": "MMM d, yyyy",
"logoPosition": null,
"legalLine": null,
"classificationLine": null,
"header": null,
"footer": "{date}",
"hideOnTitleSlide": true
}
}
}Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:dated-footer