How to use TextEdit with MaskType DateTime #1911
Unanswered
NeoCoderMatrix86
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to make shure, user enters only valid Timespan in a TextEdit. Therefore I use TextEdit and would like to add the Pattern:
<TextEdit MaskType="MaskType.DateTime" Pattern="@CultureInfo.CurrentCulture.DateTimeFormat.LongTimePattern"/>
Is this correct?
Beta Was this translation helpful? Give feedback.
All reactions