hours method

Parser hours()

Implementation

Parser hours() => digit().repeatString(1, 2, 'Expected hours');