Two-digit year to four-digit year
If the default year conversion window is not acceptable, then you can specify the window conversion factor as part of the format specification. To do this, in place of yy in the format specification specify the two-digit year which determines the maximum year which is to be converted to the 21st century (20yy). Any year greater than this value will be converted to the 20th century (19yy). For information about format specifications, see Cast-data-format-specifications.
For example, the following example illustrates how you can specify that two-digit years in the range 00 to 29 are to be converted to 2000 to 2029; 30 to 99 are converted to 1930 to 1999.