Im currently working in a mobile app using NativeScript. And the user of the app can select a date and data will be displayed depending on the date selected. The user can also select which type of date he want to select (day, month or year).
It will be very helpful to have a way to set a format for the datepicker, for example to set a format of months and only the month and the year will be displayed. That way depending on the type of date the user selected, the app will display the correct format (not always dd/MM/YYYY as it works currently).