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
Is integer immutable in java?
Convert a BST into a DLL and DLL to BST in place.
Can a static class implement an interface?
Why do we need data structure in java?
What are constants?
What are data types in oop?
What is the purpose of the system class in java?
What is polymorphism java example?
What is instance example?
Can a private method of a superclass be declared within a subclass?
How thread scheduler schedule the task?
Give some features of interface?
Can constructor be inherited?
How is string immutable in java?
What are access specifiers available in java?