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.
DVal = 0323
If CInt(left(DVal, 2) < 30 then
Cent = 2000
Else
Cent = 1900
End If
Yr = Cent + CInt(left(DVal, 2)
Wk = CInt(Right(DVal, 2)
MyDate = DateSerial(yr, 1, 1) + (Wk - 1) * 7