S
stixwix
Hi,
Is there a way to do the following without using the deprecated Date
constructor Date(String)?
Calendar calendar = new GregorianCalendar();
Date d = new Date("Friday, 24 March 2006");
calendar.setTime(d);
thanks
Andy
Is there a way to do the following without using the deprecated Date
constructor Date(String)?
Calendar calendar = new GregorianCalendar();
Date d = new Date("Friday, 24 March 2006");
calendar.setTime(d);
thanks
Andy