Develop/Android
GSon date ParseException 관련
작코
2012. 12. 11. 19:35
Caused by: java.text.ParseException: Unparseable date: "2012-11-26" (at offset 1)
sol)
Gson gSon= new GsonBuilder().setDateFormat("yyyy-MM-dd").create();