Rate this script:  I Love it  /   I Hate it

Date.prototype.isAprilFool


Code


Date.prototype.isAprilFool = function(){
    return (this.getMonth() == 3 && this.getDate() == 1)
}
 

 

 
Date.prototype.isAprilFool scripts | Date.prototype.isAprilFool snippet | Date.prototype.isAprilFool example | Date.prototype.isAprilFool tutorial | Date.prototype.isAprilFool code