Using a period as a separator changes the date value altogether
saikiranbandaru opened this issue · 1 comments
saikiranbandaru commented
`>>> extract_dates("31.12.1986")[0].strftime('%m/%d/%Y')
'03/01/2012'`
DanielJDufour commented
Hi, @saikiranbandaru . That's a great find. I'll try to think up a way to implement this.