> 05/10/2004
>
> Instead, I would like to see:
>
> 05/10/04, but I am not sure how to do this.
Can I ask why you would like either of these formats? Both are ambiguous,
and the one you'd prefer is more so than the one you're currently using.
05/10/2004 - is that May 10th, or October 5th? Depends on what country you
are in/from...
05/10/04 - this could be just about anything, May 10th 2004, October 5th
2004, October 4th 2005...
Anyway, of course it is trivial to create your own functions that format the
date however you want it. Your specific format isn't offered, but it should
take about four seconds to adapt one of the samples:
http://www.aspfaq.com/2313
Personally, I try to stick with YYYY-MM-DD for all display values, and
YYYYMMDD for all values that are passed to a database.
A