Hey,

So I can't figure out how to find the first day of the week. I also need it in a format like ("yyyyMMdd")

Right now I only have it telling me its Sunday. I need the exact date.

Code:
  
Dim FDW As Date
FDW = WeekdayName(1, FirstDayOfWeek.System)
MessageBox.Show(FDW)
Anyone have an idea?

Thanks,
Sean