i have a slight problem sorting my date. Since i live in germany our date goes by dd.mm.year.
In the script i set the coltype to “ed”. The mysql date field is varchar(10).
setColSorting is set to “int” because it wont reconize “date”, because its not in mm/dd/year.
Can someone help me with this? Will i have to modify something, so it will reconize dd.mm.year?