Hi all,
Am using j developer Studio Edition Version 11.1.1.9.0.
I've data in my table with date field (Showing Day as VARCHAR)
My scenario is i've created ADF business component based on Table.
In VO i have added bind variables (fromDate and toDate), to search data that lies between those two dates and i have drag and dropped that
in page as ADF table with query.
Im My EO i have given that the date attribute as Date and (SQLType="TIMESTAMP" Type="java.sql.Date")


In VO i have given type attributes for the bind variables FromDate and ToDate as java.sql.Date

But when i search by giving date after deploying application it shows (not a valid month error).

How to overcome this?