2012年4月3日 星期二

[PHP] 如何用timestamp計算年紀?

$birthday = time();
$now      = time();
$age      = floor(($now - $birthday)/(60*60*24*365));

沒有留言:

張貼留言