如何获取日期选择器中已更改的日期
我正在开发一个应用程序,它首先使用“Calendar.getInstance()”从 DatePicker 获取当前日期,然后用户更改日期。现在如何获取更改后的新日期?
Am developing an app, which first gets the current date from DatePicker using "Calendar.getInstance()", and then the user changes the date. Now how do I fetch the new date after it has been changed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
明确这一点。
在 onCreate() 中添加此代码
,这是 onCreate() 之外的
declear this .
add this coding in onCreate()
and this is out side of onCreate()
并将日期检索为字符串(星期五,28/10/2011 15:59:00:0)
And to retrieve the date as String (Friday, 28/10/2011 15:59:00:0)