Hi guys!
I have a question about DateField: Can I set a date using a String?
I mean:
String s = "2005-01-05" or String s = "2005-Jan-05"
DateField date = new DateField("Date",DateField.DATE);
Can I set "date" using the String s?
Could u tell me how I could do it?
thank you in advance
antonio

Reply With Quote

