Input | 2027-10-22 16:59:57 +0000 |
---|---|
Output | 22-Oct-2027 |
Suggested pattern | %-d-%b-%Y |
Operator | Example/Output | Notes |
---|---|---|
%d | (01..31) | Day of month, zero-padded |
%b | Jan | Abbreviated month name, same as %h |
%Y | 2010, -0011, 14292 | Year with century, can be negative |
- | %-d, %-l | Don't pad numerical output |