If I have a user input his DOB into a form where the info is entered in drop-down boxes (so it is formatted uniformly), is there something i could write like this?
$date=yyyymmdd
$today - $date = # of days/365
I dont want it to involve a database
Consider [man]strtotime/man