1
0
Fork 0
arangodb/js/node/node_modules/timezone/es_EC.js

63 lines
883 B
JavaScript

module.exports = {
"name": "es_EC",
"day": {
"abbrev": [
"dom",
"lun",
"mar",
"mié",
"jue",
"vie",
"sáb"
],
"full": [
"domingo",
"lunes",
"martes",
"miércoles",
"jueves",
"viernes",
"sábado"
]
},
"month": {
"abbrev": [
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"
],
"full": [
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"
]
},
"meridiem": [
"",
""
],
"date": "%d/%m/%y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T %Z",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}