how to set date mask
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I attach a text box on form. user has to enter date in that text box. How can i set the format mask for date like dd:mm:yyyy EsHbAn BaHaDuR
-
I attach a text box on form. user has to enter date in that text box. How can i set the format mask for date like dd:mm:yyyy EsHbAn BaHaDuR
Here's instruction for including the control in your project: [^] Are you familiar with the MaskedEdit control in VB6? It's just about the same. If you aren't familiar, then you can Google it or look further on vbcity.com, just remember you are looking for VB6 instructions, not VB.NET.