BO cannot just read a varchar column and implicitly convert to date because you set its data type to date. You will need to convert the varchar string to a date using the appropriate syntax for ToDate in a business layer calculation based on your starting date format.
↧