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.
NbrMos = DateDiff("m", YourDate, Date())
? DateDiff("m", #11/30/04#, #12/1/04#)
1
? DateDiff("m", #11/1/04#, #12/31/04#)
1
[code]
Which may (or may NOT) be suitable to the application.
MichaelRed