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