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 John Tel 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: sygg13
  • Content: Threads
  • Order by date
  1. sygg13

    Using VBScript to convert DD/MM/YYYY format to MM/DD/YYYY

    Hi, Let's suppose I have the following code: <html> <head> <title>Untitled</title> </head> <body> <script type="text/vbscript"> Dim aDate Dim dateString, country country = "UK" dateString = "1/4/10" if country = "UK" then aDate = CDate(dateString) document.write(aDate & "<br>")...

Part and Inventory Search

Back
Top