30 lines
660 B
JSON
30 lines
660 B
JSON
{
|
|
"default-calendar": "gregorian",
|
|
"separator": "/",
|
|
"unitOrder": "DD/MM/YYYY",
|
|
"weekStart": 7,
|
|
"placeholder": "DD/MM/YYYY",
|
|
"days": {
|
|
"narrow": ["D", "L", "M", "M", "J", "V", "S"]
|
|
},
|
|
"numerals": "0123456789",
|
|
"months": {
|
|
"abbreviated": ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."],
|
|
"narrow": ["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
"wide": [
|
|
"enero",
|
|
"febrero",
|
|
"marzo",
|
|
"abril",
|
|
"mayo",
|
|
"junio",
|
|
"julio",
|
|
"agosto",
|
|
"septiembre",
|
|
"octubre",
|
|
"noviembre",
|
|
"diciembre"
|
|
]
|
|
}
|
|
}
|