Contents

twoDigitStartDate

The earliest date that can be denoted by a two-digit year specifier.

Declaration

var twoDigitStartDate: Date? { get set }

Discussion

If the two-digit start date is set to January 6, 1976, then “January 1, 76” is interpreted as New Year’s Day in 2076, whereas “February 14, 76” is interpreted as Valentine’s Day in 1976.

By default, this property is equal to December 31, 1949.

See Also

Managing Attributes