I am trying to display a label control with the date field 07/23/19 but I instead get 72319 (I do not want the use to pick a date just simply to display a date to the user). I believe there is a way to mask controls in windows form in order to get date fields and phone numbers but I am unsure as to the specific syntax for achieving this. I have attempted the following:
set lbl-DATE::Text type MaskedTextBox::
This line of code, however, is either incorrect or incomplete.



