@msale1 wrote: Thank you for your assistance. This worked. I must have been looking at the wrong date format lists.
Your were looking a FORMAT list instead of looking at an INFORMAT list.
FORMAT is used to convert values to text.
INFORMAT is used to convert text to values.
... View more