-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DateTimePicker - Format #2622
Comments
Can you be more specific? |
Set |
I can set
|
Since this feature still is not implemented, are there any quick fixes that I could use instead? For example, I am using |
@anders9ustafsson As a workaround you can override the time pattern with at a custom CultureInfo, cause the DateTimePicker uses this to format the text
e.g.
then set this to the /cc @xxMUROxx This should be easier to do in future release... |
@punker76 Thanks for the suggestion! I'll try it out. |
@punker76 I will provide a PR soon |
Add SelectedTimeFormat to TimePickerBase Closes MahApps#2622
It will be great if I can set DateTime format of string shown in DataPickerTextbox.
The text was updated successfully, but these errors were encountered: