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.
package/dist/index.cjs CHANGED
@@ -1580,7 +1580,7 @@ var StringCellViewer = function StringCellViewer(_ref4) {
1580
1580
 
1581
1581
  switch (format) {
1582
1582
  case FORMATS.DATE:
1583
- text = new Date(text).toLocaleDateString();
1583
+ text = new Date(text).toLocaleString();
1584
1584
  break;
1585
1585
  }
1586
1586