SmartGWT - 以 yyyy/MM/dd 格式显示日期
我希望能够显示日期并能够手动输入日期。 为此,我将属性 useTextField
设置为 true
,如下所示:
setAttribute("useTextField", true);
现在我希望日期的格式为 yyyy/MM/dd。
我尝试过
setAttribute("displayFormat ", "TOJAPANSHORTDATE");
setAttribute("inputFormat ", "YMD");
但没有任何反应。
我需要使用属性。 我应该使用什么属性?又有什么价值呢?
拜托,需要帮助。 非常感谢你。
I want to have the possibility to display a date with the possibility to enter the date manually.
For this I've uset the attribute useTextField
set to true
like:
setAttribute("useTextField", true);
Now I want the format of date to be yyyy/MM/dd.
I've tryed with
setAttribute("displayFormat ", "TOJAPANSHORTDATE");
setAttribute("inputFormat ", "YMD");
but nothing happen.
I need to use attributes.
What attribute should I use? And with what value?
Please, need help.
Thanks you a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试
You can try