hi i am not sure if this is what you looking for but try this link it might help
http://www.tizag.com/aspTutorial/aspDate.php
one other thing you can use is the cdate function like this
mydate = "01-12-2012"
newdate = cdate (mydate)
that will change it to 1/12/2012