It's not about the "right" way of formatting the date. As far as I know, jQuery doesn't have any implicit support for dates. That is, it doesn't detect that something is a date and then converts it from a string. You will have to do that yourself, manually. You know that your 3rd and 4th columns will be dates, so you will have to write logic to parse them yourself.
Our CSV processing does support dates automatically, however. That's why I was suggesting it. On Thu, Oct 15, 2015 at 4:49 PM K. Anthony <[email protected]> wrote: > Dropbox is definitely not a permanent solution but when I tried to point > to a file on my computer in the same folder, I experienced a cross origin > request error. > > I'll definitely try with the query option next (thanks for the thread > link), but regarding the jQuery I'm using now, I still don't understand > what I'm doing wrong. I've tried to format the date about 5 different ways > based on google searches but nothing works. What is the right way to format > datetime? Here's what I have currently, based (I think) on what I say in > the documentation) > > Student 569,Pretest,08-14-2015T02:05:00-0600,08-14-2015T02:10:00-0600 > Student 569,Supplemental > Info,08-14-2015T02:10:15-0600,08-14-2015T02:10:21-0600 > > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/14234c2c-bea4-4e77-b121-0c770a905864%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/14234c2c-bea4-4e77-b121-0c770a905864%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAEwwup4SFNkhhKYmvxq3%3Dee%2BXqVFUancWNstujHn-oLOjKmi8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
