Input Mask (mm/dd/yyyy)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been researching how to set-up the input mask (mm/dd/yyyy) in a text box on a VB.net form. I have found a few links to decimal formatting, but not the date format. If anyone has any ideas on this it would be greatly appreciated.

Thank you for your time,

T.J.
 
* "=?Utf-8?B?VC5KLg==?= said:
I have been researching how to set-up the input mask (mm/dd/yyyy) in a
text box on a VB.net form. I have found a few links to decimal
formatting, but not the date format. If anyone has any ideas on this it
would be greatly appreciated.

<URL:http://www.codeproject.com/cs/miscctrl/maskedcsedit.asp>
<URL:http://www.codeproject.com/vb/net/maskedbox_control.asp>
<URL:http://www.codeproject.com/vb/net/validtext3.asp>
<URL:http://www.codeproject.com/vb/net/cpflexmaskeditbox.asp>
<URL:http://www.codeproject.com/useritems/ValidText.asp>
....
 
Back
Top