I am using the HTML table API. 1 of the columns displays a date value. However, there must be a new bug introduced to the API since I didn't see this problem before.
In summary, if I put in data.addRow([new Date(2011, 8, 11)]); The HTML table generated will show "Sep 11, 2011" (in stead of "Aug 11, 2011") I don't even have show my code because you can see the error in Google live example in the following URL: http://code.google.com/apis/chart/interactive/docs/reference.html#dateformatter Can someone from google take a look? I am currently using this for a project. If this doesn't get fixed, I might have to use string type instead. Alex -- 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.
