kpavlov / jreactive-8583

Kotlin/Java Client & Server for ISO8583 & Netty
Apache License 2.0
320 stars 144 forks source link

Understand the implementation of Date Parser #29

Closed Tochemey closed 7 years ago

Tochemey commented 7 years ago

Hello Kpavlov,

I would like to know whether you can explain the rational behind the Date parsers. I will be glad if you enlighten me.

Thank you.

kpavlov commented 7 years ago

Please, read the code of Date*ParseInfo classes here: https://github.com/chochos/j8583/tree/master/src/main/java/com/solab/iso8583/parse

Especially this one