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.umd.js CHANGED
@@ -1577,7 +1577,7 @@
1577
1577
 
1578
1578
  switch (format) {
1579
1579
  case FORMATS.DATE:
1580
- text = new Date(text).toLocaleDateString();
1580
+ text = new Date(text).toLocaleString();
1581
1581
  break;
1582
1582
  }
1583
1583