Menu

#2 Can you give me any suggestions?

open
5
2003-05-23
2003-05-23
hua huang
No

hello!I find some problem with your
BSFDateFormatter,there is a mothed that name is
getQuaterlyDateRenderingString
source:
int quarter = ( ( Calendar.getInstance().get(
Calendar.MONTH ) ) % 3 ) + 1;
change:
Calendar calendar = Calendar.getInstance();
calendar.setTime(p_date);
int quarter = ( calendar.get( Calendar.MONTH ) /
3 ) + 1;
Can you tell me whether my change is right?

Discussion


Log in to post a comment.

MongoDB Logo MongoDB