This equation will return the number of days between two dates. This is to be used for fun and is not supposed to be perfectly accurate For example, it does not account for time differences or Time Zones, it just counts a simple number of days between two dates.
There is no error checking on this Equation, You can put in any dates, even bad ones. For example, this equation will not check if Feb 29 is entered on a valid leap year. If the date is entered incorrectly (Nov 31), it will just roll to the next day to correct. (e.g. Nov 35, will roll foward to Dec 5). If you put the dates in backwards, it will still return the number of days between the two dates.
"How many days since I got this job ?" "How long have I been married ?"