I am in need of a code hack. I have a project with over 150 tables.... I need to change the date range picker from 1900 to 2020, but going through each table to change calendars ranges is a bear! Anyone have a hack to allow for this change globally? So if there is a calendar picker within a table, then start the date range from 2020 to 2100???
Thank you!
Also, any talk of Bootstrap 5 theme update this year? Even if AG had one basic BS 5 theme with roll out, think of the options SKUs AG could have and money that could be made if they provided additional themes at a cost, say $20 per theme. This is a way to continue to help support AG and we get quick appearance changes to enhance our products.
Tony
$combo_date->MinYear = defined('Fire_Arm_Main_Hangun.date.MinYear') ? constant('Fire_Arm_Main_Hangun.date.MinYear') : 1900; (change to 2020)
$combo_date->MaxYear = defined('Fire_Arm_Main_Hangun.date.MaxYear') ? constant('Fire_Arm_Main_Hangun.date.MaxYear') : 2100;