The thing is that you don't create a row in the form of "new TableRow()", you create a JSON string and let the JS serialize it.
On Wed, Dec 14, 2011 at 3:43 PM, Amir Miller <[email protected]> wrote: > This is exactly my issue. > When creating the column there is no issue in creating it as type:date. > But when creating the row , you can't create it as "new Date() because > date is not a possible value for a cell (only string, number or boolean). > If I create it as string it just appears as "new Date(2011,1,1)". > > Amir. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/Pl196hgG55UJ. > > 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. > -- 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.
