-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.1
-
MOODLE_39_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
MDL-69505-master -
In Moodle Forms you can add the element 'date_time_selector' and attach a start- and stopyear. In the drop down boxes only these years are available, but when you choose the date from the pop up date picker you can choose dates that are before or after the selected years. If you choose one of these dates, the drop down box of the year will be empty but when saved it takes the last available year. Example:
- date_time_selector with startyear 2019 and stopyear 2020
- pick any date after 2020 from the pop up date picker e.g. 1.05.2023
- the drop down of the year will be empty
- save your form
- the saved date will be 1.05.2020
Could you make the pop up date picker also consider the start and stopyear?