Users should be able to view and edit a year, and if a user enters just two digits, the application should transform it to a year between 2000 and 2100. Otherwise, the whole entered number should be accepted as a year. Datatype interface defines methods for converting values to and from strings (formatting and parsing). Each entity attribute, if it… Read more →