Any java guru who can help me?I am having problem while parsing date in
following format.dow mon dd hh:mm:ss ZZZ yyyyDateFormat dFormat = new
SimpleDateFormat(dateFormat + " HH:mm:ss.SSS"); toDate = toDate + "
23:59:59.999";Date temp = dFormat.parse(toDate);toDate = temp.toString(); for
example the toDate is 12/12/08 I should get "Fri Dec 12 23:59:59 PST 2008" but
I am getting "Tue Jun 12" Any help will be appreciated. Thanks, Waseeq
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---