Month of year
Hi all, How can I convert a string like this to Date : "2001/04/09" Thank you, === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTERES
Re: Month of year
SimplaDateFormat sdf = new SimpleDateFormat("/MM/dd"); Date date = sdf.parse("2000/10/10"); >How can I convert a string like this to Date : "2001/04/09" > >Thank you, > >=== >To unsubscribe: mailto [EMAIL PROTECTED] with