DateTimePicker
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hello guys.. Need help on how to get the maximun number of days in a month using DateTimePicker vb.net2005..... ??? Tnx in advance....:rolleyes:
You don't need the date time picker. DateTime.DaysInMonth() will do this for you, the datetimepicker probably calls it. Christian Graus - Microsoft MVP - C++
-
You don't need the date time picker. DateTime.DaysInMonth() will do this for you, the datetimepicker probably calls it. Christian Graus - Microsoft MVP - C++