03-17-2006 02:23 PM
03-17-2006 02:29 PM
Hello,
You should be able to accomplish this pretty easily with the Format Date/Time String function, and "%H%M%S" (without the quotes) specified as your format string.
Good luck,
-D
03-17-2006 02:29 PM - edited 03-17-2006 02:29 PM
You may have been using %#H%#M%#S, which removes the prepending 0's.
Message Edited by jasonhill on 03-17-200602:31 PM
03-17-2006 03:06 PM
03-17-2006 03:30 PM - edited 03-17-2006 03:30 PM
Message Edited by jasonhill on 03-17-200603:30 PM
03-17-2006 04:04 PM
Great! That solves my problem.
Thanks!