If I would like to get the week number for month, let's say today is July 25, 2005, which is the fourth weeks for July, how can I get this number in ASP, thanks a lot!
you could take the number of days in the month and then divide it by 7 to work out.
if you need the specific week number for todays date i guess you would divide todays date by 7 this will give you the number of weeks (probably with a remainder) so you could say week 2 of 4 weeks in july
not sure if that is what you meant as your post isnt very clear and doesnt make clear sentences.
Is it the dates you want the number of weeks in a month/the current week number