Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eugener/moments

Scala date/time DSL
https://github.com/eugener/moments

Last synced: 1 day ago
JSON representation

Scala date/time DSL

Awesome Lists containing this project

README

        

=== Simple Scala date/time DSL.

Consider the following code:

{{{date(2011.year, July.month, 3.day) + 1.day}}}

{{{today - 3.months}}}

{{{tomorrow - 10.years}}}

{{{tomorrow - 10.weeks}}}

{{{tomorrow > yesterday}}}