Skip to content

Instantly share code, notes, and snippets.

@julianbonilla
Created October 29, 2013 16:09
Show Gist options
  • Save julianbonilla/7217633 to your computer and use it in GitHub Desktop.
Save julianbonilla/7217633 to your computer and use it in GitHub Desktop.
Formatted string of a date as mm/dd/yyyy.
String.format('%tm/%<td/%<tY', new Date())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment