欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

Android调用系统时间格式显示时间信息

程序员文章站 2022-06-29 09:43:11
使用如下方法: 复制代码 代码如下:java.text.dateformat dateformat = android.text.format.dateformat.ge...

使用如下方法:

复制代码 代码如下:

java.text.dateformat dateformat = android.text.format.dateformat.getdateformat(context);

dateformat = android.text.format.dateformat.gettimeformat(context.getapplicationcontext());