Set a specific date format for DatePicker

Hi,

using .setLocale() in DatePicker is not enough: for example, an Italian Locale would format today’s date as 23/7/2019 instead of 23/07/2019, which is much more readable in my opinion.

Is there something like the old .setDateFormat() for Vaadin 8’s PopupDateField?

Thanks,
MZ

There is no such feature in DatePicker yet, there is feature request ticket here

https://github.com/vaadin/vaadin-date-picker-flow/issues/156

Thanks Tatu,

MZ