Hi,

I'm fatching datetimes from SQL server via ASP.NET, and passing JSON with 
an ajax POST.
Parsed the datetime strings based on your Datasource Protocol Spec 
<https://developers.google.com/chart/interactive/docs/dev/implementing_data_source?hl=pt-BR#jsondatatable>
(C#)
String.Format("Date({0:yyyy, MM, dd})", dr[2])
+
String.Format("{0:yyyy, MM, dd}", dr[2])
(wasn't sure about it)

Both ways returned a type mismatch.
"Type mismatch. Value Date(2014, 01, 10) does not match type datetime in 
column index 0"


Sorry for being stupid, can you help out?

-- 
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