Set the vaadin-datepicker input to the desired format

How to set the vaadin-datepicker input to the desired format?
For example, the default format is MM/DD/YYYY and I would like it to be DD/MM/YYYY.
I’m using Angular 2 and Polymer.
Thanks

Cláudio Margulhano:
How to set the vaadin-datepicker input to the desired format?
For example, the default format is MM/DD/YYYY and I would like it to be DD/MM/YYYY.
I’m using Angular 2 and Polymer.
Thanks

Hello

Did you solved this issue?

Please Reply

Did you eventually solve this problem ?

Just in cases you are still looking for a solution, check it at
https://stackoverflow.com/questions/43583080/vaadin-date-picker-to-show-month-year-only
Just rewrite i18n function, particulary formatDate and parseDate.

Hi Conchi, without this feature we will not even consider to migrate from V8 to Flow. The only reason we are using Vaadin is to avoid javascript at ALL costs, so rewriting javascript functions is not an option.
Regards.

dtp.setLocale(Locale.FRANCE);