Skip to content

Instantly share code, notes, and snippets.

@orangewolf
Created September 12, 2012 21:51
Show Gist options
  • Save orangewolf/3710190 to your computer and use it in GitHub Desktop.
Save orangewolf/3710190 to your computer and use it in GitHub Desktop.
Date
====
short:'%e %b' 12 Sep
long:'%B %e, %Y' September 12, 2012
db:'%Y-%m-%d' 2012-09-12
number:'%Y%m%d' 20120912
long_ordinal:'&proc' September 12th, 2012
rfc822:'%e %b %Y' 12 Sep 2012
DateTime
========
short:'%e %b' 12 Sep 14:49
long:'%B %e, %Y' September 12, 2012 14:49
db:'%Y-%m-%d' 2012-09-12 14:49:48
number:'%Y%m%d' 20120912144948
long_ordinal:'&proc' September 12th, 2012 14:49
rfc822:'%e %b %Y' Wed, 12 Sep 2012 14:49:48 -0700
Time
====
db:'%Y-%m-%d %H:%M:%S' 2012-09-12 14:49:48
number:'%Y%m%d%H%M%S' 20120912144948
time:'%H:%M' 14:49
short:'%d %b %H:%M' 12 Sep 14:49
long:'%B %d, %Y %H:%M' September 12, 2012 14:49
long_ordinal:'&proc' September 12th, 2012 14:49
rfc822:'&proc' Wed, 12 Sep 2012 14:49:48 -0700
us_short:'%m/%d/%Y' 09/12/2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment