Home Manual Reference Source Test Repository

src/util/DATE_FORMAT.js

'use strict';

/**
 * Global date format.
 */
export const DATE_FORMAT = "";

/**
 * Global time format.
 */
export const TIME_FORMAT = "HH:mm:ssZ";