Open TELLO0815 opened 6 years ago
Have the same issue here ! Seems the date is setting once the day is selected, and then resetting once hour is selected. It result displaying the hours two times ...
Okkkkkkk, it's because you should use datetime
instead of date
in the formatter
So it should look to something like
monthFirst: false,
formatter: {
datetime: function (date, settings) {
etc....
should be close then
How can i change to format yyyy-MM-ddThh:mm?
Output: 2017-12-19T13:15 13:15
So on the end is the time again...