Skip to content

Instantly share code, notes, and snippets.

@tsraveling
Last active September 9, 2017 22:03
Show Gist options
  • Save tsraveling/06468abec76822a4abda8f67e9800ae3 to your computer and use it in GitHub Desktop.
Save tsraveling/06468abec76822a4abda8f67e9800ae3 to your computer and use it in GitHub Desktop.
Date Formats
let shortest_date = "M.d.yy" // 1.15.17
let short_date = "M.d.yyyy" // 1.15.2017
let full_date = "MMMM d, yyyy" // January 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment