workfloworchestrator / orchestrator-core-gui

The orchestrator frontend.
Apache License 2.0
7 stars 10 forks source link

Configurable date and time render fns #270

Closed Sparrow1029 closed 7 months ago

Sparrow1029 commented 9 months ago

Removing the hard-coded "nl-NL" locale from date rendering functions (which are used everywhere besides the Subscription Table view right now, as far as I know).

ISO8601 is the format I went with for these two functions, but we could keep the toLocale{Date}String functions as well, if that format is desired.

pboers1988 commented 7 months ago

Archiving