Fixed variables setup
This commit is contained in:
parent
3b3ada38ca
commit
23469c74ce
|
@ -47,9 +47,9 @@ open class Mt940Parser : IMt940Parser {
|
||||||
const val ClosingBalanceCode = "62"
|
const val ClosingBalanceCode = "62"
|
||||||
|
|
||||||
|
|
||||||
val DateFormat: DateFormat = DateFormat("yyMMdd")
|
val DateFormatter = DateFormatter("yyMMdd")
|
||||||
|
|
||||||
val CurrentYearTwoDigit = DateTime.now().yearInt
|
val CurrentYearTwoDigit = Date().year() - 2000
|
||||||
|
|
||||||
val CreditDebitCancellationRegex = Regex("C|D|RC|RD")
|
val CreditDebitCancellationRegex = Regex("C|D|RC|RD")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue