how to convert mm/dd/yy to dd/mm/yy using collections in
java.

Answer Posted / zaini

SimpleDateFormat srcDate = new SimpleDateFormat
("MM/dd/yyyy");
SimpleDateFormat destDate = new SimpleDateFormat
("MM/mm/yyyy");

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is session in java?

755


What is the difference between state-based unit testing and interaction-based unit testing?

495


What is string in java is it a data type?

538


What is the r character?

590


Which non-unicode letter characters may be used as the first character of an identifier?

599






why not override thread to make a runnable? : Java thread

559


What is a function easy definition?

529


When do we use synchronized methods in java?

584


Difference between nested and inner classes ?

610


What are three advantages of using functions?

540


What do you mean by constant time complexity?

604


What exactly is methodology?

488


What are the restrictions imposed by a Security Manager on Applets?.

2069


What is java english?

496


Is a string literal?

527