UNPKG

dt-format

Version:
53 lines (52 loc) 805 B
"use strict"; exports.__esModule = true; exports.MONTH_TEXT = { 0: { long: 'Enero', short: 'Ene' }, 1: { long: 'Febrero', short: 'Feb' }, 2: { long: 'Marzo', short: 'Mar' }, 3: { long: 'Abril', short: 'Abr' }, 4: { long: 'Mayo', short: 'May' }, 5: { long: 'Junio', short: 'Jun' }, 6: { long: 'Julio', short: 'Jul' }, 7: { long: 'Agosto', short: 'Ago' }, 8: { long: 'Septiembre', short: 'Sep' }, 9: { long: 'Octubre', short: 'Oct' }, 10: { long: 'Noviembre', short: 'Nov' }, 11: { long: 'Diciembre', short: 'Dic' } };