php ambil tahun dari tanggal
$year = date("y",strtotime($mydate));
Carnivorous Flamingo
$year = date("y",strtotime($mydate));