c# - How to modify WPF DatePicker to accept any text input? -


is there way modify wpf datepicker user can enter non dates (e.g period codes such 1y) in addition dates?

basically i'm looking text entry field can take string (or optionally string matches custom validation rule) has calendar icon next it, when used paste selected date text field...


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -