DESTINY VISUAL DATE FORMAT GLOSSARY

Primary template file:
- custom_calendar_package/calendars/destiny.json
- ui.date_format.template

Available template tokens:
- {weekday_name}
- {weekday_abbr}
- {month_name}
- {month_abbr}
- {day_ordinal}
- {day_number}
- {year}
- {abs_year}
- {era}
- {age_name}
- {age_abbr}
- {age_index}
- {age_tag}
- {time}

Examples:
- {weekday_name}, {day_ordinal} {month_name} {abs_year}{era}{age_tag} {time}
- {month_abbr} {day_number}, {abs_year}{era}
- {day_ordinal} of {month_name} • {time}

Era controls:
- ui.date_format.era_positive
- ui.date_format.era_negative
- ui.date_format.era_cusp_custom

Age-tag controls:
- ui.date_format.show_age_index
- ui.date_format.age_bracket_open
- ui.date_format.age_bracket_close
- ui.date_format.age_code_mode
- ui.date_format.supported_age_code_modes

Supported age_code_mode values:
- first_letter  -> Bomy becomes B
- abbr          -> Bomy becomes Bom
- name          -> Bomy becomes Bomy
- symbol        -> uses the sign symbol when available

Day-period controls:
- ui.day_periods.enabled
- ui.day_periods.split_hour
- ui.day_periods.first_label
- ui.day_periods.second_label

Current Destiny defaults are a 10-hour day split into:
- AUR
- VES
