1
如何設置DateTimeFormat以顯示如下所示: 「wed.-sun」。 「週一的太陽。」 「週一的太陽。」 「週一的太陽。」 「週一到週二」getformat顯示周
DateTimeFormat dtfDate = DateTimeFormat.getFormat("dd.MM");
if (rt.detalization.equals("date")) {
dtfDate = DateTimeFormat.getFormat("dd.MM");
}
if (rt.detalization.equals("week")) {
dtfDate = DateTimeFormat.getFormat("EEE.dd-EEE.dd");
//how can show week from choisen day to sunday like I wrote before
}
if (rt.detalization.equals("month")) {
dtfDate = DateTimeFormat.getFormat("MMM");
}
謝謝你很多,你告訴我正確的方式) – Kaha
乾杯..... 。:) –