gpt4 book ai didi

datetime - CakePHP:显示年龄的时间助手

转载 作者:行者123 更新时间:2023-12-02 19:31:56 27 4
gpt4 key购买 nike

我有一个 MySQL DATETIME 字段,用于保存用户的出生日期。我想使用该日期来显示用户的年龄(以年为单位)。

Time 核心助手是否有方法可以做到这一点?

另外,为什么当您向 Cake 中的表单添加 DATETIME 字段时,它不允许您选择小于 1990 年的日期?

谢谢

琼斯

最佳答案

该函数称为 timeAgoInWords

<?php echo $this->Time->timeAgoInWords(
'1975-12-29 13:40',
array(
'end'=>'+150 years'
)
);?>

end参数的意思是用文字显示之前的时间,直到日期小于150年(至少我没有听说过150yo man:))))。

当前结果是:出生:34岁9个月4周前

但也要按照 Jason 的建议检查 API 和 CookBook

关于datetime - CakePHP:显示年龄的时间助手,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4027538/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com