-
Has anyone found a good date time picker? I looked at some company's web sites and I didn't found any.
The maskedit control (VB6) is giving me a lot of problem and the date time picker from VB6 is not the control I need neither.
I'd need a date control that works well and is somehow flexible, just like in Access.
(Why the date time picker in vb6 HAS to be formatted that way? Long date, with 2 gaps... It's ugly no one wants to use this format!)
Thanks!
-
I don't understand why VB6's DTPicker is not the one you want. It can be formated in any way you want it.
-
Date picker
My fault. I was confusing with another date picker control I tried. Actually, the date picker from Vb6 would be very good if I could just set the date to NULL. And this is impossible... or is it??? (without using the ugly checkbox)
Thanks!
-
In order to set the value of the DTPicker to null, you'll first have to set the CHECKBOX property to true, then set its VALUE="". So, the date will be passed only when the checkbox is checked.
-
this helped me as well. the problem I am having is that i can't get it to display nothing -- it still displays the first date in the record unchecked. How do you get the date time picker to show nothing in its box at all. Can anyone help?