xyz_chatter - You can use the ICONV/OCONV functions to convert from display to internal format and vice-versa. Convert to internal format using ICONV(In.DateStringCol,'D4/MDY'), the you can get the day of week using format 'DWA' or 'DWB' to get the day name and 'DJ' to get the julian day number in t...