in reply to Re^7: Date::Manip Sunday Holidays
in thread Date::Manip Sunday Holidays

...And since I have the ear of "The Man", just a thought: the ability to input a hash or array of holidays would be powerful. Maybe through the constructor or a routine parameter? Say for example, if I want to keep a table of holidays in my sql db, then they could be maintained by a user through a web interface instead of an admin in a config file. Then I could query the db and input those days into the date object. Not that I spend waaaaay too much time thinking about holidays or anything.

Unless of course this functionality already exists and I missed it somewhere in the documentation dispite studying it for hours. If that's the case, then nevermind.

Replies are listed 'Best First'.
Re^9: Date::Manip Sunday Holidays
by SBECK (Chaplain) on Dec 01, 2015 at 20:54 UTC
    I'll put it on my todo list. It's not a bad idea, and it wouldn't be too hard to implement.