Converting sting to date

Pls help me.This is my given string ("Fri May 02 10:10:59");How to convert this string to date format.Like this ("dd/mm/yy HH:MM:SS");Pls
[172 byte] By [Majeed.Ha] at [2007-11-27 3:21:05]
# 1
Check out the Calendar class. You might have to parse the string and set the values independently
kdajania at 2007-7-12 8:23:50 > top of Java-index,Java Essentials,New To Java...
# 2
http://java.sun.com/javase/6/docs/api/java/text/SimpleDateFormat.html
DrLaszloJamfa at 2007-7-12 8:23:50 > top of Java-index,Java Essentials,New To Java...