utiller 1.0.223 → 1.0.224
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/lib/utiller/index.js
CHANGED
|
@@ -1386,10 +1386,15 @@ var Utiller = /*#__PURE__*/function () {
|
|
|
1386
1386
|
return (0, _moment["default"])(ts ? ts : this.getCurrentTimeStamp()).format("YYYY-MM-DD");
|
|
1387
1387
|
}
|
|
1388
1388
|
}, {
|
|
1389
|
-
key: "
|
|
1390
|
-
value: function
|
|
1389
|
+
key: "getSimpleDateYYMMDDFormat",
|
|
1390
|
+
value: function getSimpleDateYYMMDDFormat(ts) {
|
|
1391
1391
|
return (0, _moment["default"])(ts ? ts : this.getCurrentTimeStamp()).format("YY/MM/DD");
|
|
1392
1392
|
}
|
|
1393
|
+
}, {
|
|
1394
|
+
key: "getSimpleTimeYYMMDDHHmmFormat",
|
|
1395
|
+
value: function getSimpleTimeYYMMDDHHmmFormat(ts) {
|
|
1396
|
+
return (0, _moment["default"])(ts ? ts : this.getCurrentTimeStamp()).format("YY/MM/DD HH:mm");
|
|
1397
|
+
}
|
|
1393
1398
|
}, {
|
|
1394
1399
|
key: "getECPayCurrentTimeFormat",
|
|
1395
1400
|
value: function getECPayCurrentTimeFormat(ts) {
|
package/package.json
CHANGED