如何获取当前日期和时间并将其设置到android中的编辑框?
如何在android中获取当前日期和时间以及我们如何设置它 编辑框的日期和时间。
How to get current date with time in android and how can we set that
date andtime to a editbox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下方式获取当前日期和时间:
现在只需在编辑框中显示此内容,例如:
这将为您提供日期和时间,例如 - 2009 年 1 月 12 日 10:34:50 pm
要显示其他日期和时间格式,请参阅 http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html
You can get current date and time using:
Now simply show this in your editbox like:
This will give you date and time like- 12 January 2009 10:34:50 pm
For displaying other date and time formats,please refer to http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html