Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hey1
  • Order by date
  1. hey1

    'Date format' problems with ASP & Oracle

    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.

Part and Inventory Search

Back
Top