File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CodeBeam.MudExtensions/Components/DateWheelPicker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ protected override void OnInitialized()
3434 internal bool StandaloneEx { get ; set ; } = true ;
3535
3636 /// <summary>
37- /// The date format that determines the text and wheel order. Default is "dd.MM.yyyy" .
37+ /// The date format that determines the text and wheel order. Default is Thread.CurrentThread.CurrentUICulture.DateTimeFormat.ShortDatePattern .
3838 /// </summary>
3939 [ Parameter ]
4040 [ Category ( CategoryTypes . FormComponent . Behavior ) ]
41- public string DateFormat { get ; set ; } = "dd.MM.yyyy" ;
41+ public string DateFormat { get ; set ; } = Thread . CurrentThread . CurrentUICulture . DateTimeFormat . ShortDatePattern ;
4242
4343 /// <summary>
4444 /// If false, users have to click the "done" button to submit value before close popover. Default is true.
You can’t perform that action at this time.
0 commit comments