Hey all,
I need to create a date format that is 8/15/2004 but without the "/"'s. This is the code i'm using to get the date as it is now.
VB Code:
theTime.Now.ToShortDateString()
That gives me 7/31/2004, but how do I take out the /'s. Anyone know how to do that.
Cran56
