araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.03k stars 164 forks source link

fix problem with date format 02.01.2006 #133

Open mehanizm opened 3 years ago

mehanizm commented 3 years ago

I've fixed the errors with date formats with the leading date: 02.01.2006, 02/01/2006. Without fix the ParseAny function was returning the error "month out of range".

Tests were added.

taalhach commented 3 years ago

@araddon any possibility of merging this PR in master. i am working with dates that are in this format

vryazanov commented 2 years ago

@araddon any plans to merge it?

alhamsya commented 1 year ago

@araddon any plans to merge it ?