String a = obj.getString("starttime");
long lcc_time = Long.valueOf(a);
SimpleDateFormat sdf = new SimpleDateFormat(
"yyyy年MM月dd日");
long lcc_time = Long.valueOf(a);
SimpleDateFormat sdf = new SimpleDateFormat(
"yyyy年MM月dd日");
String re_StrTime = sdf.format(new Date(lcc_time*1000L));
SimpleDateFormat sdf = new SimpleDateFormat(
"yyyy年MM月dd日");
String myTime = list.get(position).getCtime();
long lcc_time = Long.valueOf(myTime);
String re_StrTime = format.format(new Date(lcc_time * 1000L));