Input | 2024-05-16 06:03:56 +0000 |
---|---|
Output | 16. May 2024 |
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 |