Somebody please help me to format the date. I'm not familiar with date formatting. I want to increment the date by one month but i get this error:
"A non well formed numeric value encountered"
$bseDate=$_POST['lastBseDate']; //this will return 2014-04-03
$nextBse = date('y-m-d', strtotime("+1 month", $bsedate));