I need to manipulate and calculate lots of things related to date, such as "is today?", "is before yesterday?", "now plus 3 days" etc. Is there any library or dsl in scala that can help with that? I was hoping for something with implicit conversions.
I will be using it with lift snippets, so Lift helpers works too. I saw that TimeHelpers in lift has some methods, that's a good start but I am looking for something more.