summaryrefslogtreecommitdiff
path: root/date-fns/src/locale/fil/_lib/formatLong/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'date-fns/src/locale/fil/_lib/formatLong/index.js')
-rw-r--r--date-fns/src/locale/fil/_lib/formatLong/index.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/date-fns/src/locale/fil/_lib/formatLong/index.js b/date-fns/src/locale/fil/_lib/formatLong/index.js
new file mode 100644
index 0000000..2cf1867
--- /dev/null
+++ b/date-fns/src/locale/fil/_lib/formatLong/index.js
@@ -0,0 +1,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