I have a date column with format DD.MM.YY. But in MySQL the date fomat YYYY-MM-DD. How could I convert the date format before saving it to database and revert back when loading from database to handontable?
Hi @dassoubarna
you can still have data format correct with your database but show other format. Here’s an example: http://jsfiddle.net/mr52uvbq/
Thanks! It’s very helpful.
Great, glad I could help!