Fix Angular Datepicker by LukasBoll · Pull Request #2281 · eclipsesource/jsonforms

sdirix

Michael Dietrich and others added 4 commits

March 11, 2024 20:32
replace toISOString(), which formats dates based on the UTC time zone with Angular DatePipe, which works with local time zones
Use a custom dateFormatter to enable the date picker format option.
Enable the JSON Forms view options.