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.
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.