DatePicker with yyyy-mm-dd format

Hi, is there any way to set the format of a DatePicker to yyyy-mm-dd ? In vaadin 8.0 this was easily achieved with setDateFormat method.

Cheers!

Hello Matías,

You can change the format of the data picker by setting the locale:

datePicker.setLocale(Locale.GERMANY);