UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

41 lines (36 loc) 835 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var index = require('../../../_lib/buildFormatLongFn/index.js'); var dateFormats = { full: 'EEEE, MMMM do, y', long: 'MMMM do, y', medium: 'MMM d, y', short: 'MM/dd/yyyy' }; var timeFormats = { full: 'h:mm:ss a zzzz', long: 'h:mm:ss a z', medium: 'h:mm:ss a', short: 'h:mm a' }; var dateTimeFormats = { full: "{{date}} 'at' {{time}}", long: "{{date}} 'at' {{time}}", medium: '{{date}}, {{time}}', short: '{{date}}, {{time}}' }; var formatLong = { date: index.default({ formats: dateFormats, defaultWidth: 'full' }), time: index.default({ formats: timeFormats, defaultWidth: 'full' }), dateTime: index.default({ formats: dateTimeFormats, defaultWidth: 'full' }) }; exports.default = formatLong;