mayank.karki
mayank.karki

Reputation: 748

How to change WP c4fToolkit:TimeSpanPicker value format

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

Answers (1)

Balasubramani M
Balasubramani M

Reputation: 8348

Add this property in your xaml in TimeSpanPicker.

ValueStringFormat="{}{0:mm:ss}"

Upvotes: 1

Related Questions