Possible Duplicate:
JSON Scraping - Convert military time to standard time via Javascript
My input is e.g.
0400
0915
1200
1615
0015
I need to convert them to e.g
04:00am
09:15am
12:00pm
04:15pm
00:15am
Is there any scripts available that I can make use of?