Guardian Native C Library Calls Reference Manual (G06.28+, H06.04+)

Guardian Native C Library Calls (s) strptime(3)
c Inputs the date and time, using the locales default format.
C Inputs the century as a decimal number in the range from 00 to 99.
d Inputs the day of the month as a decimal number in the range from 01 to 31.
D Inputs the date as %m %d %y.
e Same as d.
E Inputs the year, using the locale-dependent Emperor/Era name and year format.
h Same as b.
H Inputs the hour based on a 24-hour clock as a decimal number in the range from
00 to 23.
I Inputs the hour based on a 12-hour clock as a decimal number in the range from
00 to 12.
j Inputs the day number of the year as a decimal number in the range from 001 to
366.
m Inputs the month number as a decimal number in the range from 01 to 12.
M Inputs the minute as a decimal number in the range from 00 to 59.
n Inputs any white space up to and including a newline character.
N Inputs the Emperor/Era name.
o Inputs the Emperor/Era year.
p Inputs the locale-dependent equivalent of AM or PM.
r Inputs the time as %I:%M:%S %p.
R Inputs the time as %H:%M.
S Inputs the second as a decimal number in the range from 00 to 61.
t Inputs any white-space up to and including a tab character.
T Inputs the time as %H:%M:%S.
U Inputs the week number of the year as a decimal number in the range from 00 to
53. Sunday is the rst day of the week.
w Inputs the weekday as a decimal number in the range from 0 to 6. Sunday is the
rst day of the week.
W Inputs the week number of the year as a decimal number in the range from 00 to
53. Monday is the rst day of the week.
x Inputs the date, using the locale-dependent short date format.
X Inputs the time, using the locale-dependent short time format.
y Inputs the year within the century as a decimal number in the range from 00 to
99.
527192-005 Hewlett-Packard Company 673