UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

8 lines (7 loc) 269 B
//#region src/utils/timeFormats.ts const timeFormat = "yyyy-MM-dd HH:mm"; const dateFormat = "yyyy-MM-dd"; const timeFormatWithSeconds = timeFormat + ":ss"; //#endregion export { dateFormat, timeFormat, timeFormatWithSeconds }; //# sourceMappingURL=timeFormats.mjs.map