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.
dim TestDate as Date, sDate as String
sDate = Scr.GetString(SrcnRowNbr, 2, 6)
TestDate = DateSerial("20" & Mid(sDate,5,1),Mid(sDate,1,2),Mid(sDate(,3,2))
' now see it the TestDate is between your limits.