Skip to content

Instantly share code, notes, and snippets.

@geronimod
Created December 21, 2011 14: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 geronimod/1506165 to your computer and use it in GitHub Desktop.
Save geronimod/1506165 to your computer and use it in GitHub Desktop.
date formats
date:
formats:
default: "%Y-%m-%d"
short: "%b %d"
long: "%B %d, %Y"
long_ABY-HM: '%A %B %Y - %H:%M' #Sunday September 11 - 15:33
long_HM-ABD: '%H:%M - %A %B %d' #16:20 - Thursday September 8
short_Bd,Y: '%B %d, %Y' #September 8, 2011
short_BY': '%B %Y' #September 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment