Hello, i have a "simple" problem with the PHP timestamp (on a linux machine).
I need to get the user birthdate in year-month-date (using 3 menus - html select). When the user is born on 1970-1-1 the timestamp is zero and the application logic gets everything wrong.
How would you deal with this case?
Regards,