akoumjian / datefinder

Find dates inside text using Python and get back datetime objects
http://datefinder.readthedocs.org/en/latest/
MIT License
634 stars 166 forks source link

Money is treated as date #162

Open ajinzrathod opened 2 years ago

ajinzrathod commented 2 years ago

I gave the following input

This is to inform you that an amount of Rs. 123.45 has been debited from your account No. XXXX1234 on account of BillPay / Credit Card Payment done using HDFC Bank NetBanking .

and datefinder is treating 123.45 as date:

Output 1234-02-25 00:00:00

Maybe today is Feb of 2022 and thats the reason it is like this