Change date picker format

0
The standard mendix date picker format shows set of 3 years below the dates. Is there a way to change the calendar format where we can get something like a dropdown to select the years from?  
asked
2 answers
0

Have a look at this: https://marketplace.mendix.com/link/component/106243

Demo app → https://jqueryuidatetimepi.mxapps.io/

There are other options on the marketplace as well. You could check those as well

answered
0

You could use custom Javascript to achieve this.

Another (perhaps easier) solution would be to use three dropdown widgets (for year, month and day) using enumeration values and use custom logic to create a date based of date.

Or you can browse for other date picker widgets on the Marketplace.

answered