ywana-core8 0.0.198 → 0.0.199

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1573,7 +1573,7 @@ var StringCellViewer = function StringCellViewer(_ref4) {
1573
1573
 
1574
1574
  switch (format) {
1575
1575
  case FORMATS.DATE:
1576
- text = new Date(text).toLocaleDateString();
1576
+ text = new Date(text).toLocaleString();
1577
1577
  break;
1578
1578
  }
1579
1579