Ola, I use the fixed width with month and day b/c that makes it easy to separate the date and time info without extra calls to to_char or regexp. I did try the other way but to my mind the code was messier. However, I didn't know it could apply to hour as well; I changed my proc to use FMHH. Thanks. :)