jrhessey
IS-IT--Management
- Feb 25, 2005
- 37
Hey guys, I've got a couple fields I'd like to convert to time. The string looks like 6.000 or 20.500. Both values would be 6:00am and 8:30pm. I'd like to get it to a time format as well so I can append it to the date using the dateime function. I've googled and everything I have tried has either resulted in a bad string time format or 12:00:00. I've tried ctime, time, also tried extacting the hours and minutes, but I can't get it to convert to a time format. Any help would be greatly appreciated. Thanks!!