getgrav/grav

ISO Date for Short Display Date and Long Display Date

Open

#2.283 geöffnet am 6. Dez. 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (1.409 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (15.491 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 13h) (8 gemergte PRs in 30 T)

Beschreibung

The drop-down list in Admin > Configuration > System for the "Short Display Date" and "Long Display Date" are rather limited. Because they are in a drop-down list there is no option to include an alternate.

Preferably, this drop-down could be replaced with a text field which would accept any valid PHP Date Format: https://secure.php.net/manual/en/datetime.formats.date.php

If not, or in the meantime, make available an ISO Short and ISO Long display date, such as:

YYYY-MM-DD YYYY-MM-DD HH:MM

See also: https://en.wikipedia.org/wiki/ISO_8601

Contributor Guide