summaryrefslogtreecommitdiff
path: root/date-fns/src/locale/fil/_lib/formatLong/index.js
blob: 2cf1867323ef5fb320200a13eff04677e5ccdcc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import buildFormatLongFn from '../../../_lib/buildFormatLongFn/index'

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