Hi all,
I have a report that I would like to convert an 8-digit numeric string (hour, minute, second, millisecond) to a proper time format. I would ideally like this to read as a 6-digit time string. I have a couple examples of how it reads in the report as is and what I would ideally like to see instead. If I have to stick to 24-hour format, that is fine, but I'd like to get the : inserted and the milliseconds excluded.
11233077 = 11:23:30 AM
16471355 = 4:47:13 PM
Any help is greatly appreciated!
Colin
I have a report that I would like to convert an 8-digit numeric string (hour, minute, second, millisecond) to a proper time format. I would ideally like this to read as a 6-digit time string. I have a couple examples of how it reads in the report as is and what I would ideally like to see instead. If I have to stick to 24-hour format, that is fine, but I'd like to get the : inserted and the milliseconds excluded.
11233077 = 11:23:30 AM
16471355 = 4:47:13 PM
Any help is greatly appreciated!
Colin