One requirement is there in my project : to convert date from one locale to another locale.
e.g If the current geo locale is fr_FR then, the default date will come in french but, as per the business logic of application this date needs to be changed as per the locale coming from DB and the converted date will be shown to user.
From net I got that I can include one jar file : google-api-translate-java.jar. which provides API for interlocale date conversion but, In my project it is not possible to include one extra jar file.
Please suggest me if you have any other idea to do this. I am eagerly waiting for the reply.