diff --git a/upload/includes/functions.php b/upload/includes/functions.php index 8c41373be..32bc090a6 100644 --- a/upload/includes/functions.php +++ b/upload/includes/functions.php @@ -2066,7 +2066,7 @@ function realdate($date, $format = "Ymd") function birthday_age($date) { 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'))); } //