ref #3 Arreglado la ordenación en el mantenimiento y los caracteres raros en el selector de fechas.

This commit is contained in:
2014-02-22 03:30:31 +01:00
parent dcad69b84a
commit 06713701e5
5 changed files with 11 additions and 13 deletions

View File

@@ -15,8 +15,8 @@
months : "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),
monthsShort : "ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),
weekdays : "domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),
weekdaysShort : "dom._lun._mar._mié._jue._vie._sáb.".split("_"),
weekdaysMin : "Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),
weekdaysShort : "dom._lun._mar._mié._jue._vie._sáb.".split("_"),
weekdaysMin : "Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),
longDateFormat : {
LT : "H:mm",
L : "DD/MM/YYYY",

File diff suppressed because one or more lines are too long

6
css/moment.min.js vendored Normal file

File diff suppressed because one or more lines are too long