Is it possible to set up the DateTimePicker so a user could enter a date like "08/15/1995" without having to type the slashes? i.e., just type 08151995 and the slashes are inserted automatically provided the string parses into the specified format (shortdate)?
Everything I try results in a date like "08/01/0001"
I tried using a converter on the Text binding hoping to capture problem text and insert the slashes, but couldn't get that to work.
Would really appreciate any ideas.
Thanks!
Everything I try results in a date like "08/01/0001"
I tried using a converter on the Text binding hoping to capture problem text and insert the slashes, but couldn't get that to work.
Would really appreciate any ideas.
Thanks!