Php şimdiki zaman geçmiş gün olsun nasıl

1 Cevap php

Ben 20 yıl geri php.How mevcut zaman tarih that.I uygun bir şekilde bu anlamaya muktedir değilim yapabilirim nedir hesaplamak istiyorum. Senaryo:

I am having a column dob in mysql. Now i want to retrieve all the users who age is more than 20yrs and less than 25 yrs. I am using doctrine orm

Edit

Onun iyi çalışıyor ama bir uyarı veriyor:

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for '5.5/no DST' instead in C:\xampp\htdocs\fanyer\test.php on line 11 Today: 2010-02-07

1 Cevap

Deneyin:

echo 'Today: '. date('Y-m-d') ."\n";
echo 'Today: '. date('Y-m-d', strtotime('-20 year')) ."\n";

Bkz: http://php.net/manual/en/function.time.php

Edit:

Bunu görmezden, veya açıkça kullanarak zaman dilimini ayarlayın: Ya uyarı Hakkında

date_default_timezone_set('...your zone here...');

Bkz: http://php.net/manual/en/function.date-default-timezone-set.php