Given that the date is requested from another page and is redirected to the current page: The previous page passed the value
wdate_from = '2016-06-03';
$date_from = $_REQUEST['wdate_from'];
How would you convert it to string such that it would result to
June 3, 2016