Hi friends I have a Date field in Oracle. I use JDBC to get that field. I would like to display the format like this :mm/dd/yyyy but in java I can display as :yyyy-mm-dd I tried to used getMonth(),getDate,getYear() to get the desired format Could anyone pls tell me another way ? Thanks in advanced