Hello! I'm trying to use DateTimeUpDown in my project.
So I have faced a problem If I use ShortTime format, the problem is:
When I selected time (minutes) I want to input for example 15, I press 1 and then 5 and something strange happen.
1) 12:00 AM
2) 12:1 AM
3) 12:5AM
I did something wrong?
I hope my images were added. =)


Comments: ** Comment from web user: BoucherS **
So I have faced a problem If I use ShortTime format, the problem is:
When I selected time (minutes) I want to input for example 15, I press 1 and then 5 and something strange happen.
1) 12:00 AM
2) 12:1 AM
3) 12:5AM
I did something wrong?
I hope my images were added. =)


Comments: ** Comment from web user: BoucherS **
Hi,
This is already fixed in v3.1. You can wait for v3.1 to be released or use v3.2 "Plus" available here : https://wpftoolkit.codeplex.com/wikipage?title=Compare%20Editions.
You can also go in file Xceed.Wpf.Toolkit/DateTimeUpDown/Implementation/DateTimeUpDown.cs, and in its static constructor, add :
```
UpdateValueOnEnterKeyProperty.OverrideMetadata( typeof( DateTimeUpDown ), new FrameworkPropertyMetadata( true ) );
```
――――
_Get more controls, features, updates and technical support with [Xceed Toolkit Plus for WPF](https://wpftoolkit.codeplex.com/wikipage?title=Compare%20Editions)_