Javascript Date getAMPM()
getAMPM()
Date.prototype.getAMPM = function() { return (this.getHours() < 12) ? "" : ""; }