aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/date-fns/esm/locale/nl/_lib/formatRelative
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/date-fns/esm/locale/nl/_lib/formatRelative')
-rw-r--r--node_modules/date-fns/esm/locale/nl/_lib/formatRelative/index.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/date-fns/esm/locale/nl/_lib/formatRelative/index.js b/node_modules/date-fns/esm/locale/nl/_lib/formatRelative/index.js
new file mode 100644
index 0000000..6f5ca8f
--- /dev/null
+++ b/node_modules/date-fns/esm/locale/nl/_lib/formatRelative/index.js
@@ -0,0 +1,12 @@
+var formatRelativeLocale = {
+ lastWeek: "'afgelopen' eeee 'om' p",
+ yesterday: "'gisteren om' p",
+ today: "'vandaag om' p",
+ tomorrow: "'morgen om' p",
+ nextWeek: "eeee 'om' p",
+ other: 'P'
+};
+var formatRelative = function formatRelative(token, _date, _baseDate, _options) {
+ return formatRelativeLocale[token];
+};
+export default formatRelative; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage