neillovell
Programmer
sorry about the multipost but I don't know how to generate a link to the other thread.
I want to get the week number of the date entered. In Access I can use
DatePart("ww", DateEntered)
to return the week number (say 43 or whatever).
However I'm coding a set of active server pages for my front end and I must find the week number for any given date. Does anyone know how to get this without having a HUGE number of select case statements with each day of the year?
I want to get the week number of the date entered. In Access I can use
DatePart("ww", DateEntered)
to return the week number (say 43 or whatever).
However I'm coding a set of active server pages for my front end and I must find the week number for any given date. Does anyone know how to get this without having a HUGE number of select case statements with each day of the year?