fix(input[date]): support years with more than 4 digits
Previously, the date-related regular expressions only matched years with no more than 4 digits. This commit adds support for years with more than 4 digits. It also resolves an ambiguity in `ISO_DATE_REGEXP` by matching the whole string (when it previosuly allowed extra characters around the date string). Fixes #13735 Closes #13905
L
Lee Adcock committed
9425015a6983b62bdf8b176d3e2a8dba049fecac
Parent: 7b592f9
Committed by Georgios Kalpakas <g.kalpakas@hotmail.com>
on 2/10/2016, 9:58:03 AM