plac-micro-common 1.2.73 → 1.2.74
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const DISPLAY_DATE_FORMAT = "DD MMM YYYY";
|
|
2
|
-
export declare const DISPLAY_DATE_TIME_FORMAT = "DD MMM YYYY HH:mm";
|
|
2
|
+
export declare const DISPLAY_DATE_TIME_FORMAT = "DD MMM YYYY HH:mm A";
|
package/dist/constants/index.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DISPLAY_DATE_TIME_FORMAT = exports.DISPLAY_DATE_FORMAT = void 0;
|
|
4
4
|
exports.DISPLAY_DATE_FORMAT = "DD MMM YYYY";
|
|
5
|
-
exports.DISPLAY_DATE_TIME_FORMAT = "DD MMM YYYY HH:mm";
|
|
5
|
+
exports.DISPLAY_DATE_TIME_FORMAT = "DD MMM YYYY HH:mm A";
|