Search found 1 match
- Fri Oct 30, 2009 10:11 pm
- Forum: JFreeChart
- Topic: SerialDate MINIMUM_YEAR_SUPPORTED question
- Replies: 17
- Views: 22976
Re: SerialDate MINIMUM_YEAR_SUPPORTED question
We too are seeing the same problem. Basically if you create a Millisecond object with an older date you get the problem: The 'year' argument must be in range 1900 to 9999. java.lang.IllegalArgumentException: The 'year' argument must be in range 1900 to 9999. at org.jfree.date.SpreadsheetDate.<init>(...