convert GregorianCalender to string

hoping i can get some help, i need a method (called convert) which will return a string in the form "dd/mm/yy" when passed a gregoriancalender with a specific date.

i no i need to use DateFormat or SimpleDateFormat and have looked at the API but have no idea on how to construct the right code.

you may have guessed I havnt been coding java for too long...

[375 byte] By [JEEtoPa] at [2007-11-26 19:51:11]
# 1
This should help: http://java.sun.com/docs/books/tutorial/i18n/format/dateintro.html
DrLaszloJamfa at 2007-7-9 22:41:05 > top of Java-index,Java Essentials,Java Programming...