Javascript Date toYearString()
toYearString()
Date.prototype.toYearString = function() { return ''+this.getFullYear(); }