cishpix Hi all, I want to change the maximum year of datepicker to 2199. As I see AwareIM just support until 2099, is it possible to change it? Thanks.
johntalbott Try this attribute init script config.config.max(new Date(2199, 11, 31)); This should allow selection of dates up to 12/31/2199
cishpix johntalbott wroteconfig.config.max(new Date(2199, 11, 31)); Hi John, I have input it into Script of the date attribute but unfortunately it is not works. Still stuck on 31 Dec 2099. Any suggestion? Thanks