I am implementing a Facebook application and using AJAX/JSON.
However the JSON structures that are returned have this format 2010-05-30T06:14:00Z
.
I'm calling Game.all.to_json
in controller action.
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
using (Active Records
). Like converting the data before sending the JSON
structures.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…