Input | 2034-04-01 03:48:24 +0000 |
---|---|
Output | 1 April 2034 |
Suggested pattern | %-d %B %Y |
Operator | Example/Output | Notes |
---|---|---|
%d | (01..31) | Day of month, zero-padded |
%B | January | Name of month |
%Y | 2010, -0011, 14292 | Year with century, can be negative |
- | %-d, %-l | Don't pad numerical output |