gristlabs/grist-core

Date format "DD.MM.YYYY"

Open

#2037 aperta il 7 gen 2026

Vedi su GitHub
 (12 commenti) (1 reazione) (0 assegnatari)TypeScript (168 fork)batch import
good first issue

Metriche repository

Star
 (3613 star)
Metriche merge PR
 (Merge medio 11g 9h) (47 PR mergiate in 30 g)

Descrizione

Describe the problem to be solved

Currently, the date formats offered have a lot of North American "month first" formats and are lacking European and African and South American "day first" formats:

Especially, the often used "DD.MM.YYYY" is missing (used at least in Germany and central European countries)

It would be great to have this added. Bonus points for selecting the "correct default display" according to the selected locale in Settings.

Also see: https://en.wikipedia.org/wiki/List_of_date_formats_by_country

Describe the solution you would like

No response

Guida contributor