2020-07-23T16:00:00.000Z 時間戳格式化

String date = "2020-07-23T16:00:00.000Z"; date = date.replace("Z", " UTC"); SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS Z"); Date d = format.parse(date); pojo中web @DateTi
相關文章
相關標籤/搜索