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.
Anyone have an idea?Code:Dim FDW As Date FDW = WeekdayName(1, FirstDayOfWeek.System) MessageBox.Show(FDW)
Thanks,
Sean




Reply With Quote