gristlabs/grist-core

Date format "DD.MM.YYYY"

Open

#2.037 aberto em 7 de jan. de 2026

Ver no GitHub
 (12 comments) (1 reaction) (0 assignees)TypeScript (168 forks)batch import
good first issue

Métricas do repositório

Stars
 (3.613 stars)
Métricas de merge de PR
 (Mesclagem média 11d 9h) (47 fundiu PRs em 30d)

Description

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

Guia do colaborador