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.
=DaysBetween(<DATE1> ,<DATE2>)
=ToNumber(SubStr(FormatDate(<DATE1> ,"HHmmss") ,1 ,2))*3600+ToNumber(SubStr(FormatDate(<DATE1> ,"HHmmss") ,3 ,2))*60+ToNumber(SubStr(FormatDate(<DATE1> ,"HHmmss") ,5 ,2))
(86400-X+Y)
((a-1)*86400)+ 86400-X+Y
=FormatNumber(Truncate((<Z/60) ,0) , "00") + ":" + FormatNumber(Mod(<Z> ,60) ,"00")