UNPKG

date-fns

Version:

Modern JavaScript date utility library

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