Hi,
I’m trying to change languaje and other parameters in jqxdatetimeinput inside a grid filterrow.
My configuration is:
firstDay: 1,
days: {
names: [“Domingo”, “Lunes”, “Martes”, “Miercoles”, “Jueves”, “Viernes”, “Sábado”],
namesAbbr: [“dom”, “lun”, “mar”, “mie”, “jue”, “vie”, “sab”],
namesShort: [“do”, “lu”, “ma”, “mi”, “ju”, “vi”, “sa”]
},
months: {
names: [“Enero”,”Febrero”,”Marzo”,”Abril”,”Mayo”,”Junio”,”Julio”,”Agosto”,”Septiembre”,”Octubre”,”Noviembre”,”Diciembre”,””],
namesAbbr: [“ene”,”feb”,”mar”,”abr”,”may”,”jun”,”jul”,”ago”,”sep”,”oct”,”nov”,”dic”,””]
},
clearstring: “Borrar”,
todaystring: “Hoy”
All changes are working correctly unless the first Day. This should be 1 (Lunes-Monday) and don’t work. Some parameter missing?
Thanks for your help