I have a date given as a string. And I would like to get the first monday after this given date, again as a string.
$myDate = \"2014-08-24\"; // date given i
you can use this
OUTPUT :
2014-09-01
Demo