你可以用DateFormat..结果取决于电话的默认区域设置,但也可以指定地区:

这是一个DateFormat.getDateInstance().format(date)

地点:11月3日。2017年

美国/欧洲地区:1952年1月12日DateFormat.getDateInstance(DateFormat.SHORT).format(date)

Fr locale:2017年11月3日

美国/欧洲地区:12.13.52DateFormat.getDateInstance(DateFormat.MEDIUM).format(date)

地点:11月3日。2017年

美国/欧洲地区:1952年1月12日DateFormat.getDateInstance(DateFormat.LONG).format(date)

Fr locale:2017年11月3日

美国/欧洲地区:1952年1月12日DateFormat.getDateInstance(DateFormat.FULL).format(date)

Fr locale:Ventredi 3 novembre 2017

美国/欧洲地区:1952年4月12日(星期二)DateFormat.getDateTimeInstance().format(date)

地点:11月3日。2017年16:04:58DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT).format(date)

Fr locale:03/11/2017 16:04DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM).format(date)

Fr locale:03/11/2017 16:04:58DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.LONG).format(date)

Fr locale:03/11/2017 16:04:58 GMT+01:00DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.FULL).format(date)

Fr locale:03/11/2017 16:04:58DateFormat.getTimeInstance().format(date)

Fr locale:16:04:58DateFormat.getTimeInstance(DateFormat.SHORT).format(date)

Fr locale:16:04DateFormat.getTimeInstance(DateFormat.MEDIUM).format(date)

Fr locale:16:04:58DateFormat.getTimeInstance(DateFormat.LONG).format(date)

Fr locale:16:04:58 GMT+01:00DateFormat.getTimeInstance(DateFormat.FULL).format(date)

现场:16:04:58

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐