In picture 1: pic 1: ActualStartDate & ActualFinishDate allow null-able value.
In Picture 2: because their types allow nullable so the values of Actual Start Date & Actual Finish Date must be empty. Because I am using .DateInput(true) in the controls so now they have value 'day month year'.
Currently, I am getting an error model state is invalid, Could you help me how to clear 'day month year' when using .DateInput(true)