Sorry i am new to postgres.
Servlet gives me
UPDATED: string type in the form 07-Jul-2014.
I have inserted some date in My db column using
to_date('1963-09-01', 'YYYY-MM-DD')//my column is of Date type
So how can i convert 07-Jul-2014 into 2014-06-07 so that i can save into my tables?
SimpleDateFormat) and then use aPreparedStatementandsetDate()to send the date to the database.