Skip to content

Instantly share code, notes, and snippets.

@chikoski
Created October 10, 2013 01:49
Show Gist options
  • Save chikoski/6911807 to your computer and use it in GitHub Desktop.
Save chikoski/6911807 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
</body>
</html>
var now = new Date();
document.write(now.toLocaleString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment