Smarty 将 Unix 时间戳转换为剩余天数
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您知道如何在 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)