Uniface 10 gives different result by putting date in string field
$string$ = "%%$string$%%%3;"
$string$ = "%%$string$%%RCO_DT_BOEKING.REKCOUR%%%;"
In uniface 9.7 on Windows server 2012 this results that $string$ is filled with "3;15-03-2021;"
In uniface 10.3 on Windows server 2016 this results that $string$ is filled with "3;15-mar-2021;"
The date format now gives an issue in the following process since the string has an fixed length.
The windows lanquage and date/time setting are checked on both servers and set the same.
the field RCO_DT_BOEKING.REKCOUR has as display format DIS(dd-mm-jjjj)



