Convert Date to String

I need to convert the current date to a string. Example today would be 052307. the result always has to be 6 characters.
[127 byte] By [SLDykea] at [2007-11-27 5:17:25]
# 1
[url= http://java.sun.com/javase/6/docs/api/java/text/SimpleDateFormat.html]SimpleDateFormat[/url]
Hippolytea at 2007-7-12 10:40:16 > top of Java-index,Java Essentials,New To Java...
# 2
java.text.SimpleDateFormat.format(Date)[url= http://www.javaalmanac.com/egs/java.text/FormatDate.html]Formatting a Date Using a Custom Format[/url][url= http://www.javaalmanac.com/egs/java.text/ParseDate.html]Parsing a Date Using a Custom Format[/url]
jverda at 2007-7-12 10:40:16 > top of Java-index,Java Essentials,New To Java...