Skip to content

Instantly share code, notes, and snippets.

@scottsd
Created February 9, 2013 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottsd/4744888 to your computer and use it in GitHub Desktop.
Save scottsd/4744888 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/smoothness/jquery-ui.css" type="text/css" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="moment.min.js" type="text/javascript"></script>
<script src="fr.js" type="text/javascript"></script>
</head>
<body>
<script>
$(document).ready(function() {
moment().lang("en")
console.log(moment().format('MMMM Do YYYY, h:mm:ss a'))
})
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment