hi suppose I import the
java.sql.Date
how can i format the date into this kind like…
Jan 30, 1985
without converting it to string???
so that when you excute this code
System.out.println(sqldate.toString()); the resulting is
(the date today in the format like the above???
THANKS A LOT!!!