Toggle navigation
Learn Strftime
Practice
Review
Review mode
Next question
Example
Input
2030-06-30 01:31:54 +0000
Output
01:31 am
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