I want to format a JSON date.I search and I found this link. Json Date When I use @Roy's ans mention in above question I get a result in format:
Mon Jul 16 2012 14:10:42 GMT+0545 (Nepal Standard Time)
but I want a result in format:
Mon Jul 16 2012 14:10:42
How can I avoid unnecessary part to get desire result.Thanks.