mirror of
https://github.com/directus/directus.git
synced 2026-02-13 09:35:23 -05:00
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"short": {
|
|
"year": "numeric",
|
|
"month": "short",
|
|
"day": "numeric"
|
|
},
|
|
"long": {
|
|
"year": "numeric",
|
|
"month": "short",
|
|
"day": "numeric",
|
|
"weekday": "short",
|
|
"hour": "numeric",
|
|
"minute": "numeric",
|
|
"hour12": true
|
|
}
|
|
} |