Created
June 10, 2009 18:17
-
-
Save fadhlirahim/127395 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
%a weekday name. | |
%A weekday name (full). | |
%b month name. | |
%B month name (full). | |
%c date and time (locale) | |
%d day of month [01,31]. | |
%H hour [00,23]. | |
%I hour [01,12]. | |
%j day of year [001,366]. | |
%m month [01,12]. | |
%M minute [00,59]. | |
%p AM or PM | |
%S Second [00,61] | |
%U week of year (Sunday)[00,53]. | |
w weekday [0(Sunday),6]. | |
W week of year (Monday)[00,53]. | |
x date (locale). | |
%X time (locale). | |
%y year [00,99]. | |
%Y year [2000]. | |
%Z timezone name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment