140Kit Team
unread,Jul 28, 2011, 3:12:07 PM7/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hey all,
Thanks to your tips, I was able to overcome the hurdle of sorting and
organizing the DataTable. I have one last question, and that concerns
the correct way to deal with dates. As I see, you can specify a date
or datetime as a column type. What form does the date need to take in
order to get correctly parsed as a date, when its coming from JSON? Do
you have to do something gross like iterating through and re-setting
all the values as datetime objects, or is there some format you can
pust the json out as so that it comes in as a date?