Toggle navigation
Learn Strftime
Practice
Review
Review mode
Next question
Example
Input
2023-10-10 08:01:27 +0000
Output
10.10.2023
Suggested pattern
%m.%d.%Y
Reference
Operator
Example/Output
Notes
%m
(01..12)
Month of year, zero-padded
%d
(01..31)
Day of month, zero-padded
%Y
2010, -0011, 14292
Year with century, can be negative