Is there a good date/time API available for Scala?

Posted by Erik Engbrecht on Stack Overflow See other posts from Stack Overflow or by Erik Engbrecht
Published on 2010-05-18T11:25:30Z Indexed on 2010/05/18 11:31 UTC
Read the original article Hit count: 263

Filed under:
|

I'm looking for something akin to JodaTime or JSR 310 for Scala that leverages nice Scala features such as operator overloading and doesn't rely on implicit conversions (I have an irrational fear of implicit conversions).

I'm aware of http://github.com/jorgeortiz85/scala-time, but it just pimps JodaTime with implicits.

© Stack Overflow or respective owner

Related posts about scala

Related posts about datetime