I have a very simple database recording the dates on which a number of 19th and 20th century seamen served on a number of ships.
I would like to store and display dates in the format dd-mmm-yyyy; eg 05-Sep-1918.
When I key in dates in that format, all works fine for 19th-century dates and for 20th-century dates up 31-Dec-1929.
But not for any date after that. With dates from 1-Jan-1930 on the system will not display the ‘19’.
It clearly does store the ‘19’ because date processing such as sorting works correctly.
But it looks ridiculous when the screen displays the information that a certain man served on a certain ship from ‘21-Sep-1928’ to ‘19-Jan-30’.
What is going on here? What is so special about dates after 31-Dec-1929?
I'd be grateful for any insight.