SELECT MAKEDATE(SUBSTRING(`jde_date_column`,2,2),substring(`jde_date_column`,-3)) AS `Date` FROM `table`
This query ignores the first century character and MySQL's MAKEDATE appears to assume '2018' from '18'. My data does not include anything prior to 2000 so I'm okay with the results, but any corrections are appreciated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.