In my Mendix 11.6.2 application, when I select any date beyond december 26th, the year part is automatically moved to next year.Like, if I select 27th Dec. 2026, the year became 2027Can anyone help on this?
asked
Muhammed Iqbal M P
1 answers
3
Hi Muhammed,
This is a known DatePicker bug in Mendix 11.6.2 related to locale/timezone handling around year boundaries. It happens when the widget converts the selected date to UTC and rolls it into the next year.
Fix:
Upgrade to a newer Mendix 11 patch version where it’s fixed, or
Set the DatePicker to date-only (no time) and ensure UTC conversion is disabled / consistent timezone settings.