Hi,
I have been searching for a solution for a long time and haven't yet found a solution . I am getting a
String from another page in
JSP and before I need to parse it in a certain format of Date before I Store it into the DB (MySQL).
I have
After this I get an Output of
Wed Oct 31 00:00:00 IST 2012 where as I need the Date to be
("yyyy-MM-dd") format and also I want it to be a Date Object. Every time I convert a String into a format it adds Time , Day etc . And when I format it to a particular
pattern then it converts it into a String . Can anyone help me ?
Regards
Varun