this is a very lame question but i m not able to find this one. How to get today\'s date and date after two months..
format is month-date-year (numerical.)
Today:
date('m-d-Y', time());
Two months from now:
date('m-d-Y', time() + (86400 * 60));