Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Can constructor be static or final?

1163


What is a buffer in java?

1070


What do heavy weight components mean in java programming?

1000


Is there any limitation of using inheritance?

1154


What is an eror in java?

1112


What is string [] java?

1008


What is entry set in java?

1238


What is the lifetime and scope of a variable?

1062


Can we start a thread twice in java?

1048


What does method mean?

1134


Can a top level class be private or protected?

1098


Is java code slower than native code?

1123


How can we use primitive data types as objects?

1004


What is bom encoding?

1054


Differentiate between static and non-static methods in java.

1100