Toggle navigation
Learn Strftime
Practice
Review
Review mode
Next question
Example
Input
2028-09-30 09:27:24 +0000
Output
09:27AM
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, uppercase