This was posted about a little while ago, but a great deal more has
happened. Basically, Phil Hagelberg and I have been working on a nice
little date library for Clojure that doesn't rely on anything but the
Java date APIs. Last time I posted about this, a few people brought up
Joda time, which we are aware of. This library is meant for those who
want a nice Clojure API with no external dependencies and (usually) no
need to dip into Java. It supports:

- Creating dates
- Accessing date fields similar to maps
- Relative dates with earlier and later
- Getting the time between dates
- Formatting and parsing dates using multimethods

The code is available in either mine or Phil's github forks of clojure-
contrib:

http://github.com/cooldude127/clojure-contrib/
http://github.com/technomancy/clojure-contrib/

We'd like to hear opinions and whether people are willing to admit
this into clojure-contrib. Phil has already done his CA, I should
submit mine soon.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to