diff --git a/src/core-ui/highed.datatable.js b/src/core-ui/highed.datatable.js index 59c3fa4f..222dc1aa 100644 --- a/src/core-ui/highed.datatable.js +++ b/src/core-ui/highed.datatable.js @@ -1241,6 +1241,7 @@ highed.DataTable = function(parent, attributes) { } if (highed.isStr(v) && Date.parse(v) !== NaN) { + v = v.replace(" ", "T"); //v = (new Date(v)).getTime(); }