I'm getting the week number using the following;
t3.Text = DatePart(DateInterval.WeekOfYear, myDate, FirstDayOfWeek.Monday, FirstWeekOfYear.System)
Now, I have 6 labels that I need to fill in the dates based on the week selected. so, Monday- Sat so if the user selects week 51, I need the below labels to show the monday - Sat dates of that week.
lm =
lt =
lw =
lth =
lf =
lf =
any help would be appreciated.
thanks
t3.Text = DatePart(DateInterval.WeekOfYear, myDate, FirstDayOfWeek.Monday, FirstWeekOfYear.System)
Now, I have 6 labels that I need to fill in the dates based on the week selected. so, Monday- Sat so if the user selects week 51, I need the below labels to show the monday - Sat dates of that week.
lm =
lt =
lw =
lth =
lf =
lf =
any help would be appreciated.
thanks