How do I get the first day of the week (sunday or monday) for the current locale in haskell
?
old-locale gives me the days of the week, but in string form. I also don't find anything in the time
library.
I would prefer if it was a function already included in base, that I would not need to install a new external library.