php 依据出生日期生成年龄
程序员文章站
2024-02-16 10:05:16
...
php 根据出生日期生成年龄
date('d', strtotime($birthday))){ $age++; }}elseif (date('m', time()) > date('m', strtotime($birthday))){ $age++;}echo $age;?>mysql 当前时间-n年计算select date_add(curdate(), interval -1 year);
相关文章
相关视频