Input | 2020-02-25 19:14:16 +0000 |
---|---|
Output | Tuesday, February 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 |