PHP Grab Year a partir da data
$year = date("y",strtotime($mydate));
Carnivorous Flamingo
$year = date("y",strtotime($mydate));