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.
EndTime = Now + 0.25
StrtTime = Now
LapsedTime = Format((EndTime - StrtTime), "Short time")
? LapsedTime
05:59
ThisTime = Now
ThatTime = Now + 1.25
LapsedTime = Format((Thattime - thistime), "Short time")
? Lapsedtime
06:00