Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Format(MyDate, "ww")
? DatePart("ww", Date())
32
? Date()
8/4/2004
? DatePart("ww", #4/8/04#)
15
MyWeek = Int((TheDate+m)/7)*7 - Int(DateSerial(Year(TheDate),1,1)) + 1