View Single Post
  #3 (permalink)  
Old 11-06-2007, 09:16 PM
javaplus javaplus is offline
Member
 
Join Date: Nov 2007
Posts: 97
javaplus is on a distinguished road
Thanks hardwired. I just tested it and it works fine. New to me was:

Code:
DateFormat df = new SimpleDateFormat("yyyy-MMM-dd");
Thanks once again.
Reply With Quote