Lines Matching refs:decimal
38 to an integer) as a decimal number [00,99].
45 %d is replaced by the day of the month as a decimal number [01,31].
47 %e is replaced by the day of month as a decimal number [1,31];
52 %G is replaced by the ISO 8601 year with century as a decimal
55 %g is replaced by the ISO 8601 year without century as a decimal
60 %H is replaced by the hour (24-hour clock) as a decimal number
63 %I is replaced by the hour (12-hour clock) as a decimal number
66 %j is replaced by the day of the year as a decimal number
69 %k is replaced by the hour (24-hour clock) as a decimal number
72 %l is replaced by the hour (12-hour clock) as a decimal number
75 %M is replaced by the minute as a decimal number [00,59].
77 %m is replaced by the month as a decimal number [01,12].
88 %S is replaced by the second as a decimal number [00,60]. The
100 day of the week) as a decimal number [00,53].
103 as a decimal number [1,7].
106 day of the week) as a decimal number [01,53]. If the week
113 day of the week) as a decimal number [00,53].
116 as a decimal number [0,6].
122 %Y is replaced by the year with century as a decimal number.
124 %y is replaced by the year without century as a decimal number