returns
date.js:formatted:1613 Uncaught TypeError: Cannot read property 'length' of undefined
at date.js:formatted:1613
at Function.$D.parseExact (date.js:formatted:1619)
at :1:6
Date.parseExact('14091979', 'ddMMyyyy') works
Date.parseExact('12091979', 'ddMMyyyy') works
Date.parseExact('13091979', 'ddMMyyyy')
returns date.js:formatted:1613 Uncaught TypeError: Cannot read property 'length' of undefined at date.js:formatted:1613 at Function.$D.parseExact (date.js:formatted:1619) at:1:6
Date.parseExact('14091979', 'ddMMyyyy') works Date.parseExact('12091979', 'ddMMyyyy') works
i'm just using the standard date.js file