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.
if @StartDate < Date(2011, 10, 1)
then Date(2011, 10, 1)
else @StartDate
if @EndDate < @ActualStartDate
then @ActualStartDate
else @EndDate