clojure.java-time
clojure.java-time copied to clipboard
Add a way to access DateTimeFormatter.ofLocalizedDate() etc.
Enhancement request: if would be nice to be able to do the equivalent of:
myDateValue.format(DateTimeFormater.ofLocalizedDate(FormatStyle.FULL))
i.e. to display dates and times in the default format for the current locale. Obviously this can be done quite easily with Java interop so not a big deal.
(the same applies to ofLocalizedTime and ofLocalizedDateTime)