Global Date change

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
utony
Veteran Member
Posts: 109
Joined: 2020-04-03 18:37

Global Date change

Post by utony » 2024-08-03 12:08

Good morning AG family,

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;

Post Reply