Input | 2013-02-03 16:09:03 +0000 |
---|---|
Output | SUN FEB 3 |
Suggested pattern | %^a %^b %-d |
Operator | Example/Output | Notes |
---|---|---|
%a | Sun | Abbreviated weekday name |
%b | Jan | Abbreviated month name, same as %h |
%d | (01..31) | Day of month, zero-padded |
^ | %^a, %^B | Upcase the result string |
- | %-d, %-l | Don't pad numerical output |