dw version = 8.2.3.17
I have a strange date bug with the dw:DateSelector.
On any custom module when using a dw:DateSelector. Set the current datetime of the server to 31st of the month.
On the dw date selector set a choose a month which does not end on the 31st.
For example february 15.
When saving, the month is saved as march 15. This only happens when the server date is on the 31st of the month.
It only fails if i use the dropdown for setting the month. If i select februari 15 via the graphical date selector then it does save to february 15.
I asume the news module or other dw modules use the same control. But on these modules the date is saved correctly.
Does some dev have any idea why this can happen?
It is not releated to culture settings because only the month is increased and the day is correct. I could imagine that the date month and day were reversed but this is not the case.