Home Forums Feature Requests & Feedback Change format date Reply To: Change format date

#11404

We observe that both formats are working fine.

{ x: new Date("Sun 02 03 2013 22:04:09"), y: 26},
{ x: new Date("Sun Feb 03 2013 22:04:09"), y: 26}

Here is the screenshot of the same.
Can you please create a jsfiddle with the issue, so that we can look into it and resolve.