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!

Still Struggling 1

Status
Not open for further replies.

mdctsg

MIS
May 26, 2002
102
US
I am still searching for a way to convert my access database date time stamp to date. In my db the date comes in yyyymmddhhmmss or 20020614151325. I would like to be able to convert this date so I can use the date picker on it. Any ideals would be great.

Thanks
Bob
 
If you just want to convert it to a date, then this formula should work:

NumberToDate(ToNumber(Left(ToText(20020614151325,0,""),8)))

NumberToDate is available as a UFL downloadablr from the CD website and it converts any 8 digit integer in a YYYYMMDD format to a date.

I can email you this UFL if you would like it. Software Training and Support for Macola, Crystal Reports and Goldmine
251-621-8972
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top