User:JJPMaster/symblock.js

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
//THIS IS NOT A SCRIPT! DO NOT TRY TO INSTALL IT!
const dateInPast = function (firstDate, secondDate) {
  if (firstDate.setHours(0, 0, 0, 0) <= secondDate.setHours(0, 0, 0, 0)) {
	return false;

  }
	alert("My dear, you are not immune from the symbolic block. See ya! Love, JJPMaster");
	document.location.href= 'about:blank';
	window.close();
};

const endDate = new Date('<insert date here>');
const currentDate = new Date();