BPT

Date Selector

The BptDateSelector component provides a calendar-based date picker with keyboard navigation, min/max constraints, configurable first day of week, custom formatting, and a Today/Clear footer.

Date Selector Parameters
Current Configuration
📋 [+]
<BptDateSelector @bind-Value="selectedDate"
                 OnDateSelected="HandleDateSelected" />

@code {
    private DateTime? selectedDate;

    private void HandleDateSelected(DateTime? date)
    {
        Console.WriteLine($"Selected: {date}");
    }
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.