DanielJDufour/date-extractor

Using a period as a separator changes the date value altogether

saikiranbandaru opened this issue · 1 comments

`>>> extract_dates("31.12.1986")[0].strftime('%m/%d/%Y')

'03/01/2012'`

Hi, @saikiranbandaru . That's a great find. I'll try to think up a way to implement this.