String str = "13/06/2011";
SimpleDateFormat formatter = new SimpleDateFormat("dd/MM/yyyy");
Date date = (Date)formatter.parse(str);
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I guess that your |
|||||||||||||
|
|
What does your import statement say? Are you importing some other class (for example |
|||
|
|
||||
|
|
|
It simply means you are assigning From your example you have to do following :
|
|||
|
|
