Smarty 将 Unix 时间戳转换为剩余天数

发布于 2024-12-11 06:09:13 字数 112 浏览 0 评论 0原文

smarty 中是否有一个功能插件,或者我可以做其他什么事情来使 smarty 将 unix 时间戳转换为“到该日期为止剩余的周/天/小时”?我知道我可以在 php 中完成,但是在 smarty 中完成更方便。

Is there a plugin of function in smarty, or anything else i can to do make smarty convert unix timestamp to the "weeks/days/hours left until that date"? I know i can do it in php, but it is more convenient to do it in smarty.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

路还长,别太狂 2024-12-18 06:09:13

如果您知道如何在 PHP 中执行此操作,为什么不将其作为函数或修饰符插件提供给 smarty?请参阅使用插件扩展 Smarty

(不,smarty 没有提供满足您需要的核心插件)

If you know how to do it in PHP, why don't you just make it available to smarty as a function or modifier plugin? See Extending Smarty With Plugins.

(and no, smarty doesn't come with a core plugin that does what you need)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文