SmartGWT - 以 yyyy/MM/dd 格式显示日期

发布于 2024-10-13 04:07:41 字数 387 浏览 2 评论 0原文

我希望能够显示日期并能够手动输入日期。 为此,我将属性 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷清清 2024-10-20 04:07:41

你可以尝试

.setDisplayFormat(DateDisplayFormat.TOJAPANSHORTDATE);

You can try

.setDisplayFormat(DateDisplayFormat.TOJAPANSHORTDATE);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文