Normal
I have pushed a change to WMC_v3 branch which does:Introduce ConverterParameter (type "TvDateFormat") to specify "Day", "DifferentDay", "Time" (or combinations)Change the default format of Start to "DifferentDay+Time"Change the default format of End to "Time"Introduced common control for duration formatting (BV default theme only)I restored the end times for BV fullguide/miniguide already. You would need to apply same for other themes/skins. I highly recommend the same common usage of program duration (control style), i.e.:[CODE=XML] <!-- Common control for program duration formatting --> <Control Style="{StaticResource ProgramDurationControlStyle}" DataContext="{Binding Path=CurrentProgram}" />[/CODE]
I have pushed a change to WMC_v3 branch which does:
I restored the end times for BV fullguide/miniguide already. You would need to apply same for other themes/skins. I highly recommend the same common usage of program duration (control style), i.e.:
[CODE=XML] <!-- Common control for program duration formatting -->
<Control Style="{StaticResource ProgramDurationControlStyle}" DataContext="{Binding Path=CurrentProgram}" />
[/CODE]