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.
//assume the earlier date is called date1 and the later date is called date2
=((YEAR(date2)-YEAR(date1))*12)+MONTH(date2)-MONTH(date1) + ((DAY(DATE(YEAR(date1),MONTH(date1)+1,)) - DAY(date1) + DAY(date2))/30)