A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
bs
- Posts: 15
- Joined: Sun Dec 18, 2005 3:06 pm
- Location: France
-
Contact:
Post
by bs » Wed Jan 11, 2006 8:43 pm
Hi
How to recover the date of beginning and the completion date of a Task from
dataset 
-
david.gilbert
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
-
Contact:
Post
by david.gilbert » Thu Jan 12, 2006 10:55 am
The getStartValue() and getEndValue() methods will return a Number - this represents the number of milliseconds since 1-Jan-1970, the same encoding used by java.util.Date.
-
bs
- Posts: 15
- Joined: Sun Dec 18, 2005 3:06 pm
- Location: France
-
Contact:
Post
by bs » Thu Jan 12, 2006 5:17 pm
Thanks

-
bs
- Posts: 15
- Joined: Sun Dec 18, 2005 3:06 pm
- Location: France
-
Contact:
Post
by bs » Fri Jan 13, 2006 6:06 pm
Hi,
How to prevent the closing of the application when I close the
frame
Thanks