Results 1 to 5 of 5

Thread: Date Time Picker

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241
    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!

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    I don't understand why VB6's DTPicker is not the one you want. It can be formated in any way you want it.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241

    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!

  4. #4
    New Member
    Join Date
    Mar 2000
    Posts
    12
    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.

  5. #5
    Addicted Member
    Join Date
    Mar 2000
    Location
    bebenia, PA, USA
    Posts
    241
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width