Revision history [back]

click to hide/show revision 1
initial version

asked 2010-06-13 16:33:37 +0800

soumaya gravatar image soumaya

display time in french format

Hi,

I would like the time on the graph to be displayed in french format, but i can't make it work on linux!

This is the peace of code that I am using:

DateFormat dateFormat = new SimpleDateFormat("dd-MM-yyyy H:m"); Date d = dateFormat.parse(date);

long time = d.getTime(); xymodel.addValue("mytittle", time, y);

But on the graph the time is displayed in the format MM-DD-YY.

thanks for your help

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More