Hello,
According to your documents for DatePicker component default format should be the local format.
"By default, the DatePicker’s format is based on the culture."
Please check the attachment. You can see three files.
1. DatePicker
2. DateTimePicker
3. Computer Date Time
As you can see datetimepicker shows correct but DatePicker doesn't.
PROBLEM: <SfDatePicker TValue="DateTime" Placeholder="Document Date" @bind-Value="_dto.DocumentDate" FloatLabelType="FloatLabelType.Auto"></SfDatePicker>
WORKING: <SfDateTimePicker TValue="DateTime" Placeholder="Document Date" @bind-Value="_dto.DocumentDate" FloatLabelType="FloatLabelType.Auto"></SfDateTimePicker>
Attachment:
DatePicker_a9c0d84d.rar