Hi,
i have a problem with the date format on server side..
i parse my data with the build in csv parser from the google java data
source library:
DataTable dataTable =CsvDataSourceHelper.read(reader2, columnDescriptions,
true, null);
so now are alle Values Strings or numbers in my DataTable..
how can i change the values for examle from colum 0 and 1 to the Type
"Date" and format it to a date object ?
can i use this :
dataTable.setCell(rowIndex, colIndex, cell)
TableCell tc=new TableCell();
? can you make an example how i can change the column 0 and 1 to the type
date and format the String ?
--
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.