Hi;
My Database incoming date value is as follows : '07.06.2023 14:35' > day.month.year
In ColModel, I format the date field as dataIndx: "ISLEM_TARIHI", dataType: "date", format: 'dd.mm.yy', or format: 'dd.mm.yyyy',
For example, if the incoming data is 07.06.2023, the date shown in the grid is 06.07.2023.( first attached picture) -day and month change places
If I don't format the Date field in colModel the view is correct > dataIndx: "ISLEM_TARIHI", dataType: "date" > result second picture