Thanks a lot Asgallant.

I could resolve the issue of Date format by passing a String with
"Date(<parameters>)".
I was using new Date(<params>). Hence it was not working I guess.

Also, can you tell me how to send a Date across 2 centuries.
I mean if I give 1999 and 2010, the chart takes the start date as 10
and end date as 99.
I was not sure how to pass the year the year so that Charting API uses
all the 4 digits.
I tried lot of variants including "Date(1999, 0 ,1)" and "Date(2010,
0, 1)", but no luck.

On Feb 15, 7:02 pm, asgallant <[email protected]> wrote:
> I don't know about formatting it form ms, but to pass a date via JSON, you
> use a string: "Date(<parameters>)" as the value (note the absence of the
> keyword 'new').

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to