Hello,
I am trying to figure out how to do date calculations in PHP. For example, if I have a date such as '2001-09-01' how can I calculate the number of days since today ? I am looking for a solution using ONLY PHP, not using any database functions.
Thank you.