Skip to content

Instantly share code, notes, and snippets.

@Albert-IV
Created October 23, 2013 14:06
Show Gist options
  • Save Albert-IV/7119428 to your computer and use it in GitHub Desktop.
Save Albert-IV/7119428 to your computer and use it in GitHub Desktop.
Found this working on some code.
var date = new Date(date);
if (!date.isDate()) console.error("When is a date not a date? When it's a NaN, of course.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment