Android调用系统时间格式显示时间信息
作者:
这篇文章主要介绍了Android调用系统时间格式显示时间信息的使用方法,代码很简单
使用如下方法:
复制代码 代码如下:
java.text.DateFormat dateFormat = android.text.format.DateFormat.getDateFormat(context);
dateFormat = android.text.format.DateFormat.getTimeFormat(context.getApplicationContext());