fruitl00p / php-mt940

A mt940 parser in PHP
MIT License
103 stars 60 forks source link

Transaction date year fix ABN #50

Closed fruitl00p closed 7 years ago

fruitl00p commented 7 years ago

Updated Transaction date parsing to accommodate value-timestamp-year data

This fixes #48 and also does a 'rollover' for the case that one is 31 december and the other is January the next year..

This fixes #48 and supersedes #49

RobQuistNL commented 7 years ago

Nice! With tests this time ;) I'll be closing my PR for now and test this tomorrowmorning.

fruitl00p commented 7 years ago

I've pushed a new release with the fix (1.4.0) Happy parsing!

RobQuistNL commented 7 years ago

Thanks a ton! Updating :)