Closed AmyOlex closed 6 years ago
Formatted date methods hasYear, hasMonthOfYear, and hasDayOfMonth were not capturing the date format “21-SEP-2009”.
I added a statement to the regex of the hasYear, hasMonthOfYear, and hasDayOfMonth methods for the middle section to include searching for letters: |[A-Za-z]{3,4} Old RegEx: '([0-9]{1,2})-/:-/:' New RegEx: '([0-9]{1,2})-/:-/:'
Formatted date methods hasYear, hasMonthOfYear, and hasDayOfMonth were not capturing the date format “21-SEP-2009”.