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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nostra2000

  1. nostra2000

    Convert string date "ddmmyy" to date value

    Thanks for the prompt response: This is my formula. cdate(Trim (Left ({time.Work_Date},2 ))&"/"&Trim (right (trim(left({time.Work_Date},4)),2 ))&"/"&Trim (right ({time.Work_Date},2 ))) This is the formula that I have... a little different than yours, but I still get the same result My...
  2. nostra2000

    Convert string date "ddmmyy" to date value

    Hi I have a string in that represents a date in the following format "ddmmyy" I need to converted into its correponding date, but I havent been able to do it either by using Cdate or DTStoDate Any ideas.. Thanks

Part and Inventory Search

Back
Top