Reputation: 748
I have a countdown timer in the page but in the format hh:mm:ss and I need in mm:ss. Is there any way to change?
Upvotes: 0
Views: 73
Reputation: 8348
Add this property in your xaml in TimeSpanPicker.
ValueStringFormat="{}{0:mm:ss}"
Upvotes: 1