0
SimpleDateFormat format =new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy", Locale.ENGLISH);
format.setTimeZone(TimeZone.getTimeZone("GMT+05:30"));
try {
long diff2=format.parse(accidentReports.getAccidentDate());
}
日期得到這個輸出::週四12月17日15時37分43秒GMT + 05:30 5如何轉換週四12月17日15時37分43秒GMT + 05:30 2015年字符串中的Android
您的代碼不會打印出任何東西 - 你在哪裏得到那個輸出? – 1615903
你需要哪種格式的日期? – Raghavendra
什麼是設置'accidentReports.getAccidentDate()'?你的格式字符串對我來說很合適,你確定輸入不是將日期設置爲5年? – DaveyDaveDave