User Feedback :: How to delete??
Actually, how do/can you change the way the date is displayed? Don't like month/day/year, prefer day/month/year
Seems theres a date format string in the man page,
can't try it right now, 'cos I'm at work chained to
a laptop with terminal Gates Disorder.
Heh heh heh, I'll slip my little 182Mb disc in, in a couple of
hours.... 
edit:Sorry, I get it now that I've read it closely,
if you want dd:mm:yy in Fluxbox taskbar,
edit ~/.fluxbox/init
about halfway down, line that says-
session.screen0.strftimeFormat: %m/%d/%y %I:%M %P
change the %d/ and %m/ around.

date uses strftime format:
http://www.die.net/doc/linux/man/man3/strftime.3.html
original here.