So, we are getting a weird error, below is part of the code, it is fairly basic:
<SfDateTimePicker TValue="DateTime?"
@bind-Value="Model.ScmsReceivedDate" >
<DateTimePickerEvents TValue="DateTime?" ValueChange="OnTPDateValueChanged"></DateTimePickerEvents>
</SfDateTimePicker>
It looks like, if we pick the Date First, then the Time, everything works as expected. But if we try to pick the Time first, it will blow up, and not work after that. The a.getDate error is what we receive in the console. Is there a way to fix this?