Input | 2038-02-04 12:22:40 +0000 |
---|---|
Output | THU FEB 4 |
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 |