mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r116
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@116 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
9c6983a586
commit
146ac8b1bd
1 changed files with 1 additions and 1 deletions
|
@ -2066,7 +2066,7 @@ function realdate($date, $format = "Ymd")
|
||||||
function birthday_age($date)
|
function birthday_age($date)
|
||||||
{
|
{
|
||||||
if(!$date) return;
|
if(!$date) return;
|
||||||
return delta_time(mktime(0, 0, 0, 6, 0, realdate($date, 'Y')));
|
return bb_date(mktime(11, 0, 0, realdate($date, 'm'), realdate($date, 'd'), realdate($date, 'Y')));
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue