MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 34:
 
var to_modify = document.getElementById('map_age')
to_modify.innerHTML = "The current map, Map 11, is " + (diff.getYear() - 70) + " yearsyear(s), " + (diff.getMonth() + 1) + " monthsmonth(s), " + diff.getDate() + " daysday(s), " + diff.getHours() + " hourshour(s), " + diff.getMinutes() + " minutesminute(s), " + diff.getSeconds() + " secondssecond(s)."
};
get_time_difference_from_current(1628798400000)