Skip to content
Snippets Groups Projects
Verified Commit 1f541bd1 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent 98efcbcd
No related branches found
No related tags found
No related merge requests found
...@@ -676,6 +676,9 @@ function transform(value) { ...@@ -676,6 +676,9 @@ function transform(value) {
try { try {
locale = getLocaleOfDocument(); locale = getLocaleOfDocument();
console.log(locale, options, date,"!!!!");
return new Intl.DateTimeFormat(locale, options).format(date); return new Intl.DateTimeFormat(locale, options).format(date);
} catch (e) { } catch (e) {
throw new Error(`unsupported locale or missing format (${e.message})`); throw new Error(`unsupported locale or missing format (${e.message})`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment