Add Working Days support to the Ruby Time Class
This gem adds functions to the Ruby Time Class to calculate working days
Just add the gem to your Gemfile and run bundle install
You can add a number of workig days to an existing Time object:
Time.now.plus_working_days(6)
By default saturdays and sunday are not counted as working days
-
Chiel Wester (github.com/chielwester)
For support, remarks and requests, please mail me at chiel.wester@holder.nl.
MIT License. Copyright 2011 Internetbureau Holder B.V. - www.holder.nl