2013-02-25 5 views

ответ

3

используя SimpleDateFormat класс:

String str="your string rep of cal"; 
Calendar cal = Calendar.getInstance(); 
cal.setTime(new SimpleDateFormat("your date format").parse(str)); 
customerTodo.setCALCDATE(cal);