Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Table.setLocale(...)
Hi
I have a table with a date column. Setting the table locale doesn't affect the date column.
How can I solve this problem?
tblVendor.setLocale(new Locale(Locale.GERMAN.toString()));
Last updated on Dec, 21st 2011
Override the following method in your Table to format your Date:
protected String formatPropertyValue(Object rowId, Object colId, Property property)
Last updated on Dec, 21st 2011
thx will give it a try.
omg vaadins localisation possibilities are unusable :O
Last updated on Dec, 21st 2011
You cannot reply to this thread.