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...

