Goran Back
Goran Back
Is that class available in 7.02? If so, perhaps simple solution: add optional parameter `iv_date_format` to constructors, set ISO 8601 Variant as default (value 6) (perhaps add "enum" constants in...
Note that omitting `me` when accessing attributes can be potentially dangerous if a method or local variable shadows the attribute name
That's another matter, I'm just saying that it can happen 🙂 In other languages this is fairly common to use in at least constructors, something like: ```java public Customer(int customerNumber){...