Created
September 12, 2012 21:51
-
-
Save orangewolf/3710190 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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