rails dates with json
- by fenec
hello am implementing a facebook application and am using AJAX/Json,however the json structures that are returned have this format "2010-05-30T06:14:00Z" ,
I am using Game.all.to_json
how can i convert them to a normal date format ?
Is it easier to do it from the server side or the client side using fbjs?
(there are a lot of bugs with fbjs so i would prefer using a solution from the server side , like converting the data before sending the json structures)
thnak you