We have a VB6 app that allows the user to enter a date. If a two digit date is supplied the control determines whether this is a 2000 date or 1900 date. It appears that the cur off point for the rollover is 29.
So the date 01/01/29 converts to 01/01/2029 and anything after that converts as follows
01/01/30 becomes 01/01/1930.
Is there a way to control this rollover point?
So the date 01/01/29 converts to 01/01/2029 and anything after that converts as follows
01/01/30 becomes 01/01/1930.
Is there a way to control this rollover point?