Hello,
I am trying to assign a number to the weeks and for the different days from Monday to Friday, then add both numbers
Here is what I have tried so far but no luck
I am trying to assign a number to the weeks and for the different days from Monday to Friday, then add both numbers
Here is what I have tried so far but no luck
Code:
WeekNumber = DatePart("ww", Date, 2, vbFirstFourDays)
Response.Write(WeekNumber)
weekNumber23 = WeekDayName(WeekDay(Date))
if weekNumber23= "Wednesday" then response.write(1)
end if