No commit activity in last 3 years
No release in over 3 years
Pre-configures business_time gem for german holidays from 2000 until 2035
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Business Time for Germany

The business_time brings business time & days calculations to ActiveSupport.

This gem pre-configures it for all german holidays, both fixed (Neujahr, Tag der Arbeit, Tag der Deutschen Einheit, Weihnachten) and moving (Easter & it's friends Pfingsten and Himmelfahrt). The easter date is calculated using the date_easter gem, Pfingsten & Himmelfahrt are calculated based on that, so no hard-coded values here.

The holidays are defined for (2000..2035), which should be sufficient (on Ruby 1.9 they can be defined much further up, but Times after 2037 tend to fail with time out of range on Ruby 1.8.7...)

Usage

gem install business_time-de
# OR
gem 'business_time-de'

require 'business_time-de'
7.business_days.after(Date.parse("2012-03-28")) # => "2012-04-10" (because of easter)

For more information on the usage of the business_time gem please check out it's documentation.

License

Copyright (c) 2012 Christoph Olszowka, Capita Unternehmensberatung GmbH. Released under MIT License, see LICENSE for more details.