[問題] 解析calendar.gettime().gettime()

看板AndroidDev作者 (囧雷諾)時間13年前 (2011/08/29 15:30), 編輯推噓1(102)
留言3則, 3人參與, 最新討論串1/1
long start = mCalendar.getTime().getTime(); 請問要怎麼樣才能解析這段數字 為正常的日期顯示呢?? 謝謝!! 補上我的方法 Date date = new Date(String.valueOf(start)); java.text.DateFormat dateFormat = android.text.format.DateFormat.getDateFormat(getApplicationContext()); mTimeText.setText("Time: " + dateFormat.format(date)); LogCat: 08-29 15:15:48.914: ERROR/AndroidRuntime(1953): java.lang.NumberFormatException: unable to parse '1331510400000' as integer -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.224.49.43

08/29 15:31, , 1F
哪裡不正常?
08/29 15:31, 1F
※ 編輯: orzreynold 來自: 61.224.49.43 (08/29 15:38)

08/29 17:51, , 2F
其實我看不太懂你想做啥 date format不是這樣parse的@@
08/29 17:51, 2F

08/29 20:21, , 3F
去查date format的用法吧...
08/29 20:21, 3F
文章代碼(AID): #1EMq0fZe (AndroidDev)
文章代碼(AID): #1EMq0fZe (AndroidDev)