DateRange

Version Downloads Open Github issues

Parse strings like yesterday, previous_5_months, this_hour to date/time ranges.

$ gem install daterange
require 'daterange'

range = DateRange.parse('today')
range.min
# => Wed, 24 Dec 2014 00:00:00 +0000
range.max
# => Wed, 24 Dec 2014 23:59:59 +0000

Based on Keen.io Timeframes.

Contributing to daterange

  1. Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  2. Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  3. Fork the project.
  4. Start a feature/bugfix branch.
  5. Commit and push until you are happy with your contribution.
  6. Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  7. Open a Pull request for your branch
  8. Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright

Copyright (c) 2014 Theodor Tonum. See LICENSE for further details.