Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I am using datepicker and in this I am setting "Format" .Below code snippet is present.
@code
{
private async Task getFilteredAsync()
{
DateTime dt = DateValue.Value;
}
}
17.4.39 version.so Let me know if I am doing anything wrong or this is bug