Skip to content

Instantly share code, notes, and snippets.

@rck109d
Created May 12, 2015 16:22
Show Gist options
  • Save rck109d/f348753ede10f830e1bd to your computer and use it in GitHub Desktop.
Save rck109d/f348753ede10f830e1bd to your computer and use it in GitHub Desktop.
give Moment.js
var jqs = document.createElement('script');
jqs.type = 'text/javascript';
jqs.src = '//cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js';
document.body.appendChild(jqs);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment