Okay, I am cycling through after setting the values for the rows and I
tried to retrieve the values that I had just set with the following:
alert(data.getFormattedValue(i,j));
alert(data.getFormattedValue(i, j+1));
My status is coming up just fine; however, the alert that should be
showing me my date is completely blank, so I have reason to believe it
is not setting the date. So what is wrong with:
data.setValue(i, j, ((IntersectionDate[i]).toDateTime));
When my date is formatted like:
6/4/2010 3:33:33 PM
Any ideas?
--
You received this message because you are subscribed to the Google Groups
"Google Chart 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-chart-api?hl=en.