没有日期选择器对话框的android日期选择器

发布于 2024-12-08 17:32:54 字数 134 浏览 0 评论 0原文

我目前正在尝试在文本视图上显示使用“日期选择器”选择的日期(以文本格式),我想在日期选择器中的日期更改时更新文本视图,并且我想在长格式(例如,2011 年 1 月 1 日)

我尝试查找示例,但这些示例使用日期选择器对话框。有人可以帮我吗?

I am currently trying to display a date(in the text format) selected using a "datepicker" on a textview, I want to update the textview as and when the date in the date picker is changed and I want to display the date in the long format ( eg. January 1 2011)

I tried looking up examples but the examples use the date picker dialog. Can anyone help me out?

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

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

发布评论

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

评论(3

煮酒 2024-12-15 17:32:54

使用 getDayofMonth()、getMonth() 和 getYear(),可以获取用户设置的日、月、年,然后可以使用 switch 语句将整数月份转换为相应的月份。这就是你所要求的吗?

Use getDayofMonth(), getMonth(), and getYear(), you can get the day, month and year set by user, then you can user switch statement to convert integer month to corresponding month. Is that what you are asking for?

一袭白衣梦中忆 2024-12-15 17:32:54

为此使用 onTimeChangedListener 和 onDateChangedListener ..有效!

Used onTimeChangedListener and onDateChangedListener for this..works!

草莓酥 2024-12-15 17:32:54

嘿,我认为你应该看看这个 日期选择器

它很有帮助

hey i think you should look at this date picker

it is helpful

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