UNPKG

date-fns

Version:

Modern JavaScript date utility library

10 lines 285 B
import buildFormatLongFn from "../../../_lib/buildFormatLongFn/index.js"; var formatLong = buildFormatLongFn({ LT: 'h:mm aa', LTS: 'h:mm:ss aa', L: 'MM/DD/YYYY', LL: 'MMMM D YYYY', LLL: 'MMMM D YYYY h:mm aa', LLLL: 'dddd, MMMM D YYYY h:mm aa' }); export default formatLong;