I have a Date object and I\'d like to display it in the below format:
var myDate = getDate(); // this format: \"13 Jan 2012 11:00am\";
How
Have a look at the Date() object : https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date
Date()
There are lots of useful methods ....