Skip to content

Instantly share code, notes, and snippets.

@jookyboi
Created October 2, 2013 20:26
Show Gist options
  • Save jookyboi/6800021 to your computer and use it in GitHub Desktop.
Save jookyboi/6800021 to your computer and use it in GitHub Desktop.
var oldDate = Date;
Date = function (fake)
{
return new oldDate('03/08/1980');
}
var x = new Date();
window.alert(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment