About MonthDateFormat

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
tranphuc93
Posts: 3
Joined: Tue Aug 17, 2021 12:48 pm
antibot: No, of course not.
Contact:

About MonthDateFormat

Post by tranphuc93 » Wed Sep 01, 2021 9:07 am

Hi there,
public MonthDateFormat(TimeZone zone, Locale locale, int chars,
boolean showYearForJan, boolean showYearForDec) {
this(zone, locale, chars, new boolean[] {showYearForJan, false, false,
false, false, false, false, false, false, false, false, false,
showYearForDec}, new SimpleDateFormat("yy"));
}

There are 13 boolean entries in the array.

Locked