Nella mia griglia di kendo voglio cambiare il formato della data nel filtroKendoUI griglia data di filtro formato
Es: 2015/01/30 a 30 gen, 2015
ho già modificare la data formato del Data inizio
field: "StartDate",
title: "Start Date",
width: 30,
format: "{0:MMM dd, yyyy}",
parseFormats: "{0:MM/dd/yyyy}",
headerTemplate: '<label for="check-all"><b>Start Date</b></label>',
headerAttributes: { style: "text-align: center;" },
attributes: { style: "text-align:center !important;padding-right: 25px;" }
codice nel mio filtrabile
filterable: {
extra: false,
operators: {
string: {
startswith: "Starts with",
eq: "Is equal to"
}
}
},
Per screenshot see this
Grazie
funziona! .thanks bro – nojla
Come posso cambiare una cultura nel mio filtro, datePicker? –