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.
<%date1 = cdate("11/30/2003")
date2 = cdate("12/1/2003")
if date2 >= date1 and date2 <= date1 + 7 then
Response.Write "Yes"
else
Response.Write "No"
end if%>