标签: php html twig
我有一个应用程序,我必须在其中显示时间和日期,其中月份必须是字符串格式。任何人都可以告诉我任何有用的例子,因为我试图在谷歌上找到但却找不到多少。感谢
答案 0 :(得分:1)
你应该尝试reading the manual:
{{ post.published_at|date("m/d/Y") }}