class DayShortMonthMatcher < FutureMatcher
    REGEX = /\b(\d{1,2})\s+(#{SHORT_MATCHER})\b/i

    private