I'm pretty new to developing with blogger, so my question should be
really simple. When retrieving a JSON object from my blog, I want to
display the date but the 'updated' field doesn't seem to follow any
sort of standard date format that I've seen. This is what it looks
like: 2009-06-30T09:43:10.647-07:00
Does anyone know of an easy way to format this into something more
manageable?
i should also note that this is all in javascript...also, I've tried
using google.gdata.DateTime.fromIso8601
("2009-06-30T09:43:10.647-07:00"), but that doesn't seem to work