GMT時區格式日期字符串轉換成java.util.Date

//日期輸出格式 String targetFormat = "yyyy-MM-dd HH:mm:ss"; //日期原始格式 String origFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSz"; String s = "1988-11-06T12:14:05.671+08:00"; //去掉時區部分的冒號 s = s.replaceAll(":
相關文章
相關標籤/搜索