Files
directus/src/lang/en-US/date-format.json
2020-02-05 17:18:34 -05:00

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
}
}