Javascript Date modify(mod)
Date.prototype.modify = function(mod){ console.log('Modifying date \+ ' + mod+ this); }