Input | 2019-10-31 12:26:28 +0000 |
---|---|
Output | 31 October 2019, at 12:26 |
Suggested pattern | %d %B %Y, at %H:%M |
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 |
%H | (00..23) | Hour of day, 24-hour clock, zero-padded |
%M | (00..59) | Minute of the hour |