[>>You can use the 'to_char()' function to format the date.
>>let string_date = to_date(today, '%m/%d/%y'); [/size][/quote]
Thanks for your response, but I think you are missing my point.
This stored procedure and many others are being used by other applications. Therefore, I cannot go in and change them.
What I am trying to do is force Informix to use the mm/dd/yyyy format regardless of what application calls the stored procedure.
I know I can manipulate DBDATE from Unix and dbaccess will reflect the format specified, however when I connect from Java, it reverts back to Java's default format. One solution could be to set DBDATE from within a stored procedure, so that all other procedures called from that thread will be affected. However, I am not aware of such a method in Informix Stored procedure Language.
Are you familiar with any thing that might get me where I need to go?
Karen