SyntaxFix
Write A Post
Hire A Developer
Questions
Simplified version:
Date.prototype.clone = function () { return new Date(this.getTime()); }