Nextday

Finds the Next Working Day even if holidays are in the way.

Extends Date, Time and DateTime to allow you to find the next working day

Nextday only checks for English public holidays at the moment, I aim to extend it to support locales in the near future.

Usage

Date.today.next_working_day
DateTime.today.next_working_day
Time.now.next_working_day

Installation

To use with bundler just add nextday to your gem file.

gem 'nextday'