It sounds like you're using the Java DataSource library. You should try the
Date String representation outlined here:
https://developers.google.com/chart/interactive/docs/datesandtimes#datestring

On Thu, Apr 30, 2015 at 1:10 PM da <[email protected]> wrote:

> How do I get this work?
>
> ColumnDescription columnDescription = new ColumnDescription(
>                     "countDate", ValueType.DATE, "Count Date");
>
> ...
> Date someDate = new Date();
> row.addCell(someDate);
>
> ====
> Compiler complains that  "The method addCell(TableCell) in the type
> TableRow is not applicable for the arguments (Date)"
>
> Why does ColumnDescription allow ValueType.DATE but the row.addCell() does
> not allow dates?
>
>
> Thanks.
>
>
>
>
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to