Toggle navigation
Learn Strftime
Practice
Review
Review mode
Next question
Example
Input
2032-02-10 19:43:27 +0000
Output
07:43 pm
Suggested pattern
%I:%M %P
Reference
Operator
Example/Output
Notes
%I
(01..12)
Hour of day, 12-hour clock, zero-padded
%M
(00..59)
Minute of the hour
%P
am, pm
Meridian indicator, lowercase