Input | 2019-12-18 18:26:06 +0000 |
---|---|
Output | Wednesday, December 18, 2019 |
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 |