Thread: date issue
View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 01:07 PM
rahul
 
Posts: n/a
Default date issue

i have created two db's on two servers with same command
db2 create db sample on f: using codeset ibm-1252 territory gb

now when i run db2 values char(current date)
one gives 10/12/2007
and other 12/10/2007

even the regional settings on control panel are same for both.
what can be the probable reason and solution.

i can not change the code(char(sdf,iso) etc ) as the application is
already live and too huge

Reply With Quote