Hello, about DateItem.centuryThreshold, I currently modify it globally via
but I want to pinpoint that the default of 25 is maybe a little outdated, and maybe would be better to set a value based on the current year instead of an absolute value?
Code:
isc.DateItem.addProperties({centuryThreshold: newValue});