I've been looking at some code posted here and have been trying to dissect all the date functions to see what they return but am still having trouble. I'm trying to get the date of the 1st thursday in a given month and if that date falss on either the 1st or 3rd, I need the date of the next thursday.
Example:
Month of May, the 1st thursday is 5/1/2008
I need the next thursday, which is 5/8/2008.
Thanks in advance,
Brian
Example:
Month of May, the 1st thursday is 5/1/2008
I need the next thursday, which is 5/8/2008.
Thanks in advance,
Brian
Comment