挂毯。输出日期
怎么办?
<t:output format="literal:dd.MM.yyyy" value="myItem.activity.do_create_date"/>
我想知道如何格式化日期输出?
how to do?
<t:output format="literal:dd.MM.yyyy" value="myItem.activity.do_create_date"/>
I want to know how to format output of date?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您所拥有的有效(在 Tapestry 5.2.4 中)。您遇到了什么问题,或者您具体想做什么?如果您想从 Java 类获取格式,这里有示例片段。
.java 文件:
.tml 文件:
What you have works (in Tapestry 5.2.4). What problem are you having or what more specifically are you trying to do? If you want to get the format from your Java class, here's are example snippets.
.java file:
.tml file:
我发现大多数应用程序都有特定的、统一的日期格式设置方法;我通常创建一个 OutputDate 组件来封装格式和其他问题。
I've found that most apps have specific, uniform ways to format dates; I usually create a OutputDate component that encapsulates formatting and other concerns.
页面模板:
页面类别:
page template:
page class: