<?php $year = 2015; $month = 'August'; $date = 5; $DateOfBirth = date('Y-m-d', strtotime("$date $month $year")); echo $DateOfBirth;
You have javascript disabled. You will not be able to edit any code.