andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

with-locale #62

Closed humanitiesNerd closed 8 years ago

humanitiesNerd commented 8 years ago

According to the documentation, in order to print datetimes according to a locale, "with-locale" should be used

The thing is I can't find with-locale in the code. Is it there ?

andrewmcveigh commented 8 years ago

Hi,

Sorry, there is no with-locale as there's not really much locale support in goog.date or plain js. The docs are wrong in this case.

humanitiesNerd commented 8 years ago

@andrewmcveigh ok, thanks anyway