Wrong year display for date field calendar pop up in result browser

When I click on a date field of result browser window some of the dates shows wrong century. For example the actual data may be stored as 11-05-2081. But it shows as 11-05-1981. While I query the data with to_char(date_field, 'dd-mm-rrrr') I get the correct data stored in the database. It seems there is a problem in displaying the calendar.
Anybody can help in this respect please !
 
The problem here is that your Windows date format does not include the century, so date values are not completely represented. If you go to the Windows control panel and include the century, these problems will be over.
 
Back
Top