prabhathkvp2
17 Dec 2010, 11:32 PM
Hi,
I have a DateField with format DD/MM/YYYY..I converted the value in to String by using dateField.getValue.toString() and stored in the server. ..Now I want to convert the string value back to Date, and i want to set that date into that DateField...How can i do that?..
I have a DateField with format DD/MM/YYYY..I converted the value in to String by using dateField.getValue.toString() and stored in the server. ..Now I want to convert the string value back to Date, and i want to set that date into that DateField...How can i do that?..