Mendix datepicker widget custom date format doesnt work in mobile browser

0
Hi, I'm using the mendix date picker widget and i've configured the datetime format to look like this: "ma  01  apr  13: 37”.  This works in my desktop browser (chrome), but not in my mobile browser (chrome). All custom formats in my mobile browser don't work.  Anyone an idea what to do?   Modeler:   Mobile: (Wrong format) Web: (kind of correct.. it also adds a dot after apr)  
asked
1 answers
0

It’s probably a limitation of the widget. If you want the datetime to be editable on mobile, I suggest to add the datetime attribute twice to the page. The first datetime widget shows the date format option, and the second shows the time format option. 

answered