A while back I started cljs-time, a ClojureScript rip-off of the clj-time library.
Recently, a (very small) number of people have noticed it on github, so I figured it's time to announce it here. Cljs-time is a crude attempt at replicating some of the functionality in clj-time. This is not a drop-in clojurescript replacement for clj-time, but if you're used to the clj-time API (and like it), then cljs-time can do most of what clj-time does. It's currently leaning on the Google Closure goog.date library for basic date/time functionality. The date objects in this library are mutable, however any operations that alter a date object return a copy, leaving the referenced date object alone. Github: https://github.com/andrewmcveigh/cljs-time API Docs (generated): http://andrewmcveigh.github.io/cljs-time/uberdoc.html Bug reports, pull-requests, general comments, and criticism all graciously accepted. Cheers, Andrew -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
