Skip to content

Commit f151140

Browse files
committed
docs: add granular date/time part format presets for 0.13.0
Made-with: Cursor
1 parent e14e536 commit f151140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/cms/dynamic-pages.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ When you insert a date or number CMS variable into a text element, you can choos
3434

3535
**Date formats** include long and short date-time, 24-hour time, full and abbreviated weekday, US numeric (3/26/2026), EU slash (26/03/2026), EU dots (26.03.2026), ISO (2026-03-26), month/year, and time-only options. Date-only fields show only date formats (no time options).
3636

37+
**Date and time parts** let you extract individual components from a date — day name (Tuesday / Tue), month name (April / Apr), day number, zero-padded day, year (2026 / 26), hour (12h or 24h, with or without padding), minute, and AM/PM. Use these to build custom date layouts by placing multiple variables with different part formats.
38+
3739
**Number formats** include integer with grouping, decimal (1 or 2 places), plain without grouping, compact notation (e.g., 12K), and percentage.
3840

3941
### Reference Field Links

0 commit comments

Comments
 (0)