mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-03-12 04:35:35 -07:00
22 lines
347 B
JSON
22 lines
347 B
JSON
{
|
|
"short": {
|
|
"month": "short",
|
|
"day": "numeric",
|
|
"weekday": "long"
|
|
},
|
|
"medium": {
|
|
"month": "long",
|
|
"day": "numeric",
|
|
"weekday": "long",
|
|
"year": "numeric"
|
|
},
|
|
"long": {
|
|
"year": "numeric",
|
|
"month": "long",
|
|
"day": "numeric",
|
|
"weekday": "long",
|
|
"hour": "numeric",
|
|
"minute": "numeric"
|
|
}
|
|
}
|