Bug?: Calendar Pop-Up in SQL Grid displays wrong year

Fact: Date is 31-Dec-4712

With date/time in 'Windows format', the SQL grid displays '31/12/4712' and the calendar pop-up states the year to be 4712.

With date/time in 'Oracle format', the SQL grid displays '31-Dec-12' but the calendar pop-up states the year to be 2012.

It seems the calendar pop-up looks at the display value rather then the actual value.

No big thing, but worth mentioning anyway
 
This is indeed a known restriction. If the display value does not include the century, the current century will be used.
 
Back
Top