I have been searching for this for quite a while now through Google and I couldn't find an ultimate solution with clj-time. I want to format a date automatically by the locale, like in this example or here. How would I do this using clj-time?
Thanks & Cheers
Use
with-locale(http://clj-time.github.io/clj-time/doc/clj-time.format.html#var-with-locale)-UPDATE-
Example of usage of joda-time DateTimeFormat: