This is probably something easy, but I'm a bit confused how to do this. How can I, using JavaScript, parse only the time from the following ISO 8601 date string:
2009-12-06T17:10:00
In other words, with the string above, I'd like to output:
5:10 PM
Any guidance/tutorials on this would be great.