I get the date in 2012-01-15T13:08:33+0000How can I change it in other formats. Is there a built-in jquery or javascript function.
2012-01-15T13:08:33+0000
First, parse the date, and then format it.
Use the jQuery dateFormat plugin . You need to load it explicitly.