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.
strDate1 = "200410"
strDate2 = "200510"
dte1 = DateSerial(Left(strDate1, 4), Mid(strDate1, 5, 2), 1)
dte2 = DateSerial(Left(strDate2, 4), Mid(strDate2, 5, 2), 1)
intDiff = DateDiff("m", dte1, dte2)