怎么将这种时间格式转换成 年月日的格式?123456789123456789
也可以用第三方封装好的util类,比如,cn.hutoolcore.data下的DateUtil类,很方便的。
最简单的方式是用 SimpleDateFormat 类进行时间格式化