fix [消息列表时间格式v2]
This commit is contained in:
parent
9a7054ce76
commit
84520a4f2f
@ -93,7 +93,7 @@ public class DateFormatUtil {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 2014:
|
case 2014:
|
||||||
if (year == yearCur) {
|
/* if (year == yearCur) {
|
||||||
if (month == monthCur && weekInMonth == weekInMonthCur) {
|
if (month == monthCur && weekInMonth == weekInMonthCur) {
|
||||||
formatDate = getWeekDay(context, calendardate.get(7));
|
formatDate = getWeekDay(context, calendardate.get(7));
|
||||||
} else {
|
} else {
|
||||||
@ -101,10 +101,11 @@ public class DateFormatUtil {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
formatDate = formatDate(date, "yyyy/M/d");
|
formatDate = formatDate(date, "yyyy/M/d");
|
||||||
}
|
}*/
|
||||||
|
formatDate = formatDate(date, "yyyy/M/d");
|
||||||
|
|
||||||
if (showTime) {
|
if (showTime) {
|
||||||
formatDate = formatDate + " " + getTimeString(dateMillis, context);
|
formatDate = formatDate ;//+ " " + getTimeString(dateMillis, context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user