Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
550 views

Function to return date of Easter for the given year

So, here's a funny little programming challenge. I was writing a quick method to determine all the market holidays for a particular year, and then I started reading about Easter and discovered just ...
6
votes
2answers
711 views

Error instaling holidays gem

I'm receiving the following error when trying to install the holidays gem: # gem install holidays Fetching: holidays-1.0.4.gem (100%) ERROR: Error installing holidays: holidays requires ...
6
votes
16answers
5k views

How do I determine a public holiday in Sql server?

I have an application written in c# that cannot run on a public holiday or a weekend. I've looked around a bit and haven't found anywhere (official) that provide all the public holidays for the next ...
4
votes
6answers
327 views

What to learn in my summer holidays? [closed]

I am finishing my graduate and i am into a sotware company. I am a fresher and have some knowledge in Java and JEE. I can program servlets and JSP and have also developed some Swing applications. I ...
4
votes
3answers
318 views

Holiday files for G20 countries

For proper financial FX option pricing I require the exact number of business days between two dates. These dates can be up to 10 years in the future, for 2 different countries. I therefore need to ...
3
votes
3answers
115 views

How to discover if some day is a workday

Is there some library, pattern or common way deal with workdays? I mean, is there some relatively well adopted way to know if some day is a workday and not weekend, holiday etc.? Also, supposing ...
3
votes
2answers
352 views

PL/SQL Split, separate a date into new dates according to black out dates!

I have lets say a "travel date" and black out dates. I will split the travel date into pieces according to the black out dates. Note: Travel Date can be between 0 - 9999 99 99 Sample: Travel Date: ...
2
votes
1answer
246 views

Calculating lunar/lunisolar holidays in python

Any calendar nuts here? I've been looking for information on how to calculate the holidays of the current year that occur irregularly in the Gregorian Calendar. Typically this happens because the ...
2
votes
2answers
262 views

Business date/holiday handling

I've posted this question for C# but I may be working in Ruby instead. So I'm asking the same question about Ruby: I'm looking for a Ruby class/library/module that works similarly to the Perl module ...
2
votes
1answer
61 views

Database of Actual Federal Holidays / Closure

I am working on a coding problem and I need to check whether a past date was a federal holiday. It is trivial and I have already pulled the historic planned holidays but there have been many federal ...
1
vote
1answer
60 views

Google Calendar API w/ Java - Get events only for the default calendar, ignoring the holidays

What I am trying to do is get a list of all the events in the default calendar only? I don't want any other calendars' events included, i.e., holidays. I am using the ...
1
vote
1answer
132 views

How do I get trading holidays from the Bloomberg API

I'm using Bloomberg Java api to download trading data. I need somebody to tell me if there exists a function which can return a list of trading holidays. I looked through the manual but couldn't find ...
1
vote
4answers
89 views

Public holiday syndication / feed / service

My organisation is very SOA focused at the moment and we've run into a need for a centralised source of public holiday information. We're primarily an Australia company and need to get holidays by ...
1
vote
1answer
92 views

How to select holidays in PHP?

I have a holiday class that contains a multidimensional array of holidays with different time periods that works basically like this: $this->bgArray = array( 'background' => array( ...
1
vote
2answers
560 views

Holiday Approval /tracking

Has anyone implemented a holiday workflow approval / tracking list in MOSS Sharepoint 2007? Can anyone suggests other solutions? The solution below works fine but I am specifically looking for a way ...
0
votes
2answers
103 views

Tricky mysql count occurrences of each day within date range

I'm having trouble with getting the records for the following TABLE id | holiday_From | holiday_To 1 | 2012-01-02 | 2012-01-03 1 | 2012-01-11 | 2012-01-16 1 | 2012-01-08 | 2012-01-22 1 | ...
0
votes
0answers
156 views

Datepicker: How to block weekends, national holidays, the next 10 dasy from wed/9 days from tue etc AND allow multiple select dates

I am a new web designer/developer and mainly work with HTML and the little php knowledge I need with working with WordPress. For this project I needed to implement a jQuery Datepicker and it is ...
0
votes
2answers
91 views

Get national holidays for given country

I am wondering if it is possible to get national holidays for given country? Any webservice API or C/C++ library or any help would be really appreciated. Thanks.
0
votes
3answers
207 views

javascript holiday validation

I want to validate the first field and show content in other. Check date and show description. My script is working except when I introduce var Date <script type="text/javascript"> ...
-2
votes
2answers
64 views

How to display holidays list of a country in android

i am developing an application in android, where i have to display the holidays of India.I don't know how to start it. I don't want any code. Can anybody give me suggestions on how to start ...