根据本地化更改日期选择器

发布于 2024-12-04 05:27:04 字数 155 浏览 0 评论 0原文

我在我的应用程序中使用了本地化来进行区域设置和语言设置。但问题是它也会根据区域设置更改“日期选择器”。我不希望这种情况发生。
我必须解析这个日期以供以后使用。所以我希望日期选择器在所有区域设置中保持相同。

让我知道是否有人有解决方案。

谢谢
斯内哈

I have used Localization in my application for locale and language setting. But the problem is it changes the "date Picker" too according to the locale. I do not want this to happen.
I have to parse this date for later purpose. So i want the date picker to remain same in all locale.

Let me know if any one has the solution.

thanks
Sneha

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

够钟 2024-12-11 05:27:04

您是在谈论 DatePicker 吗?如果是,那么它使用的格式对您来说并不重要,因为 getYear()getMonth()getDayOfMonth() 方法无论格式如何,都将工作相同。

Are you talking about the DatePicker? If yes, then the format it uses shouldn't matter to you, as the getYear(), getMonth() and getDayOfMonth() methods will work the same, no matter the format.

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