Hi, Am using jdeveloper 12.2.1.3.0
Work with DateVIS_DATE DATE,
The user enters time in Date attribute.
<af:inputDate value="#{bindings.VisDate.inputValue}"
label="#{bindings.VisDate.hints.label}"
required="#{bindings.VisDate.hints.mandatory}"
columns="#{bindings.VisDate.hints.displayWidth}"
shortDesc="#{bindings.VisDate.hints.tooltip}" id="id1"
binding="#{backingBeanScope.CalendarBean.visDateBina}">
<f:validator binding="#{bindings.VisDate.validator}"/>
<af:convertDateTime pattern="dd/MM/yyyy"/>
</af:inputDate>
when i change the time from current time the value 01/01/1970 instead of time the user enters.Is there any blog to show the demo to work in date and time. rather than date

Commit bouton change the value and change 01/01/1970
