hello can you help me out i can not understand what im doing wrong i have 
only datetime and temp can you help me out plz

On Wednesday, February 19, 2014 7:03:51 PM UTC-6, Steve wrote:
>
>
> 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/d/optout.

Reply via email to