jorgeortiz85 / scala-time

A Scala wrapper for Joda Time
Apache License 2.0
264 stars 64 forks source link

Implement 'to' 'until' and 'by' for RichDateTime etc #2

Open azzoti opened 15 years ago

azzoti commented 15 years ago

If GenericRange becomes non experimental in Scala 2.8, then it should be possible to implement: for (d <- DateTime.now to DateTime.now + 1.month by 1 week)

azzoti commented 14 years ago

GenericRange is now called NumericRange

azzoti commented 14 years ago

This request may not be possible using NumericRange having looked at what BigDecimal has to do to get to/until/by to work.