Skip to Main Content

Work with Date

SouhaielJul 30 2019 — edited Jul 30 2019

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

pastedImage_0.png

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

pastedImage_1.png

Comments
Post Details
Added on Jul 30 2019
3 comments
56 views