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 iMonth as integer, sMonth as string
iMonth = Month(YourDate)
sMonth = Format(Yourdate, "m")
iYear = Cint(Format(TheDate, "yy"))