function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Compass 1Compass 1 

How to Extend the Year on Opportunity Page

I would like to extend the year in date picker on Opportunity Page.
Currenty its showing till 2020. I would like to show till 2030.
KaranrajKaranraj
You can't modify the standard date picker to choose 2030 or above that, but still you are allowed to enter any year value in the field.
 
Compass 1Compass 1
Thanks for the quick response.
Yes, I can enter any date. But listing a limited year in drop down makes the users confuse.
 
Leslie  KismartoniLeslie Kismartoni
Well... This is kinda hackish, but couldn't use JQuery to add values to all the picker elements?
 
$('#calYearPicker').options.add(new Option('2021', '2021'));