src/util/DATE_FORMAT.js
'use strict';
/**
* Global date format.
*/
export const DATE_FORMAT = "";
/**
* Global time format.
*/
export const TIME_FORMAT = "HH:mm:ssZ";
'use strict';
/**
* Global date format.
*/
export const DATE_FORMAT = "";
/**
* Global time format.
*/
export const TIME_FORMAT = "HH:mm:ssZ";