Re: [Haskell-beginners] Is there a function to determine if a date isa business day?

You can buy this data from companies like Reuters. They collate it by having someone phone every embassy every year.
Cheers,
G
------Original Message------
From: Deniz Dogan
Sender: beginners-bounces@haskell.org
To: Hong Yang
Cc: beginners@haskell.org
Subject: Re: [Haskell-beginners] Is there a function to determine if a date isa business day?
Sent: 11 Dec 2009 09:35
2009/12/11 Hong Yang
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
I don't know, but wouldn't it be nice if there was some package dealing with "cultures"? Something along the lines of: data Culture = Culture { country :: Country, language :: Language, isHoliday :: (Day -> Bool), firstDayOfWeek :: Day, ... } -- Deniz Dogan _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners ------------------

From: beginners-bounces@haskell.org [mailto:beginners-bounces@haskell.org] On Behalf Of Gaius Hammond
You can buy this data from companies like Reuters. They collate it by having someone phone every embassy every year.
Or: http://en.wikipedia.org/wiki/List_of_holidays_by_country Alistair ***************************************************************** Confidentiality Note: The information contained in this message, and any attachments, may contain confidential and/or privileged material. It is intended solely for the person(s) or entity to which it is addressed. Any review, retransmission, dissemination, or taking of any action in reliance upon this information by persons or entities other than the intended recipient(s) is prohibited. If you received this in error, please contact the sender and delete the material from any computer. *****************************************************************
participants (2)
-
Bayley, Alistair
-
Gaius Hammond