A-61635 December 2010 4-27
T<MMdd>
Description — a date without a year specified.
Valid input examples
1201
1231
0229
Invalid input examples
0001 invalid month
0230 invalid date of February regardless if it is a leap year
ABCDEF invalid text
T<HH":"mm":"ss>
Description — a time with : as separator.
Valid input examples
23:59:59
00:00:00
Invalid input examples
99:59:00 invalid hour
120000 no separator
T<hhmmsst>
Description — a full time.
Valid input examples
010000a
120000p
Invalid input examples
010000A A should be lower case
000000a invalid time
1355101 invalid hour must be 00-12
T<HHmmssTT>
Description — this is an invalid input format because HH represents 00 to 23
hours and TT represents AM/PM which is not valid with a 24-hour time string.
T<yyyyMMyyyy>
Description — this is an invalid input format for yyyy because it was used more
than once in a timeformat.