Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    default centuryThreshold on DateItems should be increased

    The default of 10 for centuryThreshold on DateItems seems too close to the current year. I'd vote for defaulting to 50.

    #2
    Thanks for the suggestion - that's a very fair point.

    We'll be upping the threshold to 25 for our next release, but you can always modify it to 50 (or any other value) in your application by adding

    Code:
    isc.DateItem.addProperties({centuryThreshold:50});
    To your code

    Regards
    Isomorphic Software

    Comment

    Working...
    X