I have a really basic question concerning unix timestamp and mysql date. I'm trying to build a small website where users can register and fill in their birthdate.
Sorun unix 1 Ocak 1970 ile başlar olmasıdır. I kullanıcıları, tarih gibi formu tarihlerde yaşını hesaplamak Şimdi eğer bu yüzden üzerine ('MDY', $ unix_from_db) ve kullanıcılar ile bu 40 yaş, sağ yaşlı başarısız olur?
Peki bu iş için rigth yolu olacaktır. Maalesef, bu gibi temel soru için, ama ben php ve mysql ile deneyimsiz değilim.
//Edit: Thank you all. I got confused, because, date('m.d.y',mktime(0,0,0,1,1,1890)) and date('m.d.y',-2000) returned 01.01.70 - next time I'll study manual more carefully. I was able to fix my site, thanks again. Too bad I can accept only one answer, they were all equally good.