We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3634f commit 1142e58Copy full SHA for 1142e58
src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor
@@ -5,7 +5,7 @@
5
<h4>@Localizer["Description"]</h4>
6
7
<DemoBlock Title="@Localizer["DateTimePickerTitle"]" Introduction="@Localizer["DateTimePickerIntro"]" Name="DateTimePicker">
8
- <DateTimePicker ViewMode="DatePickerViewMode.DateTime"
+ <DateTimePicker ViewMode="DatePickerViewMode.DateTime" TimeFormat="hh\:mm"
9
Value="@DateTimePickerValue" OnValueChanged="@TimePickerValueChanged">
10
<TimePickerSetting ShowClockScale="true" IsAutoSwitch="false" />
11
</DateTimePicker>
0 commit comments