Hi there.
Is there anyway, to enable 24h selection in the TimePicker?
I've set the SelectorFormatString to "HH:mm", and currently it does like
this.
Second, how to enable selection of seconds? If I set the SelectorFormatString to "HH:mm:ss" it does nothing different.
Is there some settings that I might missing?
The XAML code is as follows (without seconds):
<Input:SfTimePicker x:Name="timePicker" Margin="0,30,42,0" VerticalAlignment="Top" FormatString="HH:mm" SelectorFormatString="HH:mm" />
Thanks in advance.
//Nicky