Search found 2 matches
- Fri Nov 10, 2006 4:55 am
- Forum: JFreeChart
- Topic: SerialDate MINIMUM_YEAR_SUPPORTED question
- Replies: 17
- Views: 22958
Fixed
I will try to look at this on Monday, it seems like an important thing to get fixed... Had it resolved (for my case only) instead of : int day = date.getDay()+1; int month = date.getMonth()+1; int year = date.getYear(); ((TimeSeries)pop.get(item)).add(new Day(day, month, year), success_rate); chang...
- Fri Nov 10, 2006 2:04 am
- Forum: JFreeChart
- Topic: SerialDate MINIMUM_YEAR_SUPPORTED question
- Replies: 17
- Views: 22958
java.lang.IllegalArgumentException: The 'year' argument ...
How was it?david.gilbert wrote:I will try to look at this on Monday, it seems like an important thing to get fixed...
I'm facing the same problem too!
If I adjust the input parameter before putting in as argument, will it be resolved?
Is this a Locale problem?
by Avatar Ng