mirror of
https://github.com/agregarr/agregarr.git
synced 2026-03-30 00:02:40 +08:00
* feat(overlays): add US date formats and standalone weekday option Adds new date format options for overlay templates: - M/D: US date without leading zeros (1/5) - DDD MM/DD: weekday + US date (MON 12/20) - DDD M/D: weekday + US date no padding (MON 1/5) - DDD: standalone abbreviated weekday (MON) Fixes #430 * feat(overlays): add UK/AU date formats without padding * fix(overlays): use unambiguous dates in format examples --------- Co-authored-by: bitr8 <bitr8@users.noreply.github.com>