mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Add the ability to set the `DatePickerButton`'s start and end years via new `start_year` and `end_year` methods. Continue to use the existing today - 100 years and today + 10 years behavior if a year is not specified. * This more fully closes <https://github.com/emilk/egui/issues/3597> and expands on <https://github.com/emilk/egui/pull/3599>. * [x] I have followed the instructions in the PR template