I have a date/time string like this from a json response:
2011-12-24T10:28:05+0000
In this string, I want to remove the T and the +0000.
So far I got rid of the T but how do I remove the +0000 the same time?
string.gsub(upDate, “T”, " " )
Tanks
David
[import]uid: 34126 topic_id: 21495 reply_id: 321495[/import]