I don't now ASP, but in Oracle you can select the date and change it to any format you want:
Example:
SELECT TO_CHAR(sysdate,'MM/DD/YYYY')
FROM dual;
This will give you 02/20/2001. If you have any Oracle books the formats masks should be in there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.