you can explode that string at the "-" and then use the month day and year or you can use date like so

$the_date = date(Y,m,d);

or
$year = date(Y);
$month = date(m);
$year = date(d);