When I use _IG_FetchFeedAsJSON using this code to create a Javascript Date object:
var milliseconds = (feed.Entry[i].Date) * 1000; var dt = new Date(milliseconds); I get weird results on varying blogs that have my gadget embedded such as this: Aug 19, 40946 1:20 AM It's very annoying and doesn't happen with every blog. Any ideas as to what might be causing it? At the time of this posting, this page http://canescast.blogspot.com/ with the NHL team writer widget was screwing up as described above. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
