I am having an incredibly hard time understanding strtotime even after reading the never ending questions on stack overflow on the subject....
date('Y-m-d',strtotime("+3 months",date('Y-m-d')))
Why does that not return 2013-10-09
(given today's date is 2013-07-09
)
Instead it returns 1970-03-31
3 months after the PHP default date.