Wow, thanks so much, that worked perfectly! I didn't realize the date and
time needed to be exploded in order for the google chart to be able to
handle them.
One correction to your code though in case someone else is looking at this
for help.
$timeArray = explode(':', $DateTimeArray[0]);
should be changed to
$timeArray = explode(':', $DateTimeArray[1]);
Thanks for the help!
--
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/groups/opt_out.