Input | 2020-01-25 13:50:32 +0000 |
---|---|
Output | Saturday, January 25, 2020 |
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 |
- | %-d, %-l | Don't pad numerical output |