Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Twig 在我的网站上显示当前日期。问题是{{ "now"|date("Y-m-d") }}显示随机月份数字的功能,例如“ 2020-16-17 ”。每次我重新运行我的 Spring Boot 程序时,该函数都会显示不同的月份数。
{{ "now"|date("Y-m-d") }}
我通过更改解决了我的问题{{ "now"|date("Y-m-d") }},{{ "now"|date("Y-MM-d") }}“m”正在显示分钟。当然,它是 Java 的解决方案。
{{ "now"|date("Y-MM-d") }}
有一段HTML:
<input onclick="start();" type="button" value="Start!"/>
在 Firefox 和 Chrome 中,它start在点击时调用。但是在 IE9 中它会产生错误消息:
start