Input | 2018-12-07 18:42:58 +0000 |
---|---|
Output | FRIDAY, DECEMBER 7, 2018 |
Suggested pattern | %^A, %^B %-d, %Y |
Operator | Example/Output | Notes |
---|---|---|
%A | Sunday | Full weekday name |
%B | January | Name of month |
%d | (01..31) | Day of month, zero-padded |
%Y | 2010, -0011, 14292 | Year with century, can be negative |
^ | %^a, %^B | Upcase the result string |
- | %-d, %-l | Don't pad numerical output |