Get ready for BLACK FRIDAY shopping starting in

Forums

ASP

This topic is locked

I need help convert a date

Posted 08 Dec 2004 17:20:40
1
has voted
08 Dec 2004 17:20:40 D J posted:
Need some help..
Im trying to convert a date, 12/12/2004 to 12-12-2004
the date is comming out of a Request.QueryString and i need to convert it to use it in a filter

Thanks David

Replies

Replied 09 Dec 2004 17:23:08
09 Dec 2004 17:23:08 Rene Bandsma replied:
The best thing you can do is display it as an date with the Response.Write function. Other things you can try is to REPLACE the / to a -.

Reply to this topic