Vaadin date time Picker

I am working with java spring-boot project with vaadin. I got a issue that there has no date time picker component for vaadin flow. i found a component which is for polymer. now what can i do? Any experts?
thanks in advance.

Hello. You can use the Java API for <vaadin-time-picker> https://mvnrepository.com/artifact/com.vaadin/vaadin-time-picker-flow, just drop the dependency to your project.
It is Vaadin 12 compatible. It is also included in Vaadin 13 beta1 tomorrow.

Hi =)
Not a solution, but I think there is no date time picker. Only a date picker and a time picker.
The date picker works perfectly (in my case) and if you can’t use the time picker, you can provide a combobox with specific times as items.

How can i instantiate it as my components? @Pekka

Pekka Hyvönen:
Hello. You can use the Java API for <vaadin-time-picker> https://mvnrepository.com/artifact/com.vaadin/vaadin-time-picker-flow, just drop the dependency to your project.
It is Vaadin 12 compatible. It is also included in Vaadin 13 beta1 tomorrow.

How can i instantiate it java? i am newbie. tnx in advance

Hi Kamrul, you need to update your Vaadin version to 13.0.0.beta1, you can find Java examples from https://vaadin.com/components/vaadin-date-picker/java-examples