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.
SET DATE MDY
SET CENTURY ON
Local date1,date2
store date() to date2
store ctod("05/15/2003")
nResult = date2-date1
? nResult && Gives 7