Can some tell me how I could change
1965-11-15 into just 1965.
I need to calculate ages so I will just get
$year = date(Y);
$age = $year - $birthYear;
TIA,
Kelly
1965-11-15 into just 1965.
I need to calculate ages so I will just get
$year = date(Y);
$age = $year - $birthYear;
TIA,
Kelly
Comment