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
Post a Comment