UNPKG

@aappddeevv/dynamics-client-ui

Version:

## What is it? A library to help you create great dynamics applications.

11 lines 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const moment = require("moment"); /** Standardized time format for moment. */ exports.momentDateFormat = "MM/DD/YY h:mm:ss a"; /** Format a date using momentDateFormat. */ function formatDate(dt) { return moment(dt).format(exports.momentDateFormat); } exports.formatDate = formatDate; //# sourceMappingURL=time.js.map