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.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin DatePicker Issue
Hi All,
I am using vaadin for UI and Spring Boot and my application deployed in Openshift cloud and with MySql DB also in cloud.
now the issue is when i am saving date through UI its saving wrong date and its showing wrong date
Example: if i select 25-07-2016 its saving like 24-07-2016 and its displaying in UI like 23-07-2016
Any one please help on this.
Thanks and Regards,
Harish K
First off, please don't double post.
As for your question, it seems strange that the date field would return a different value then the one that is selected. Are you absolutely sure that the Vaadin component returns the wrong value? Have you tried debugging the issue?