Looks really nice!

Has anyone given thought to a more general time library, that can also 
handle the new java.time instances? I expect that will become a standard 
across many Java libraries in the future so it would be helpful to have 
good interop capabilities.

On Wednesday, 15 July 2015 16:48:01 UTC+8, platon...@gmail.com wrote:
>
> Happy to announce a new release of Clojure.Joda-Time[0] for those of us 
> who have to operate on temporal entities in complicated ways.
>
> Notable changes: 
>
> * A brand new `joda-time.accessors` namespace which contains a bunch of 
> accessors generated for every Joda-Time date field type, e.g. 
> `day-of-month`, `max-day-of-month`, `with-day-of-month`, 
> `with-max-day-of-month`, etc. The accessors work on both partials (local 
> dates) and instants (date-time). There are also accessors for periods.
> * Multi-arity constructors for date-times and partial dates (local-date, 
> local-date-time, etc.)
> * Support for the latest Joda-Time 2.8.1
>
> Changelog: 
> https://github.com/dm3/clojure.joda-time/blob/master/CHANGELOG.md
> Codox: http://dm3.github.io/clojure.joda-time/
>
> [0] https://github.com/dm3/clojure.joda-time
>

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to