BPT

Date Time Selector

The BptDateTimeSelector component combines a calendar date picker with hour/minute spinners. It supports 12-hour and 24-hour formats, configurable step increments, and min/max constraints.

Date Time Selector Parameters
Current Configuration
📋 [+]
<BptDateTimeSelector @bind-Value="selectedDateTime"
                    OnDateTimeSelected="HandleSelected" />

@code {
    private DateTime? selectedDateTime;

    private void HandleSelected(DateTime? dateTime)
    {
        Console.WriteLine($"Selected: {dateTime}");
    }
}
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.