User:MacFan4000/findInactiveSysops.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 119:
var mm = today.getMonth() + 1; //January is 0!
var yyyy = today.getFullYear();
//Set back 36 months
mm -= 36;
if (mm < 0){
mm += 12;