Hey guys,
I am a quite experienced developer but I just cannot wrap my head around an easy way to do the following.
I am writing code for a client that has a five digit code which represents when it's branch offices need to test. I am easily able to break this code down into a readable format, ie: "The second thursday of June, and November." The client however would like me to break this down even further and have it determine what date the second thursday of june and november may actually be. I'd rather not have to make a huge array with every date of the year in it.
Can anyone think of a simpler solution?
Thanks,
Brian