clojure.java-time icon indicating copy to clipboard operation
clojure.java-time copied to clipboard

Add a way to access DateTimeFormatter.ofLocalizedDate() etc.

Open timrobinson33 opened this issue 4 years ago • 0 comments

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)

timrobinson33 avatar Mar 23 '21 14:03 timrobinson33