Skip to content

Instantly share code, notes, and snippets.

@samdelagarza
Created August 9, 2012 16:14
Show Gist options
  • Save samdelagarza/3305566 to your computer and use it in GitHub Desktop.
Save samdelagarza/3305566 to your computer and use it in GitHub Desktop.
var date = new Date();
date.toLocaleDateString().split(',')[1].trim().split(' ')[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment