I\'m using a Java method to convert the date into suitable format:
private Timestamp toTimeStamp(String s) throws java.text.ParseException { Timestam
You are passing date in format 30-Jun-12 then you should use format
30-Jun-12
dd-MMM-yy
with SimpleDateFormat
SimpleDateFormat