havey
08-29-2006, 06:36 PM
Hi i have a date range like 15-09-2006 to 17-10-2006
and i trying to figure our how many Mondays are in that date range and what are their dates?
I found that
rStartDate = WeekdayName(Weekday(objRS("RateStartDate")))
rEndDate = WeekdayName(Weekday(objRS("RateEndDate")))
gives me the actually name of the days in a week, bu how would i iterate through finding the date to which every monday resides on?
Thanks!
and i trying to figure our how many Mondays are in that date range and what are their dates?
I found that
rStartDate = WeekdayName(Weekday(objRS("RateStartDate")))
rEndDate = WeekdayName(Weekday(objRS("RateEndDate")))
gives me the actually name of the days in a week, bu how would i iterate through finding the date to which every monday resides on?
Thanks!