date-extractor icon indicating copy to clipboard operation
date-extractor copied to clipboard

Using a period as a separator changes the date value altogether

Open saikiranbandaru opened this issue 3 years ago • 1 comments

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

'03/01/2012'`

saikiranbandaru avatar Jul 25 '20 13:07 saikiranbandaru

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

DanielJDufour avatar Jul 28 '20 06:07 DanielJDufour