Datetime picker

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Vaughan

    #1

    Datetime picker

    Hi,

    I was looking for a control that you enter time values into , I started off
    with a textbox, but then saw the datetime picker had a custom format for
    Time , so I entered HH:mm. The conctrol does show time in the box , but in
    HH:mm:ss, I would like to drop the ss, also I dont want the user to beable
    to click the dropdown to select the date. Im looking purely for a time
    entry.

    Is this the right control and if not is there a better one ?


  • Meelis Lilbok

    #2
    Re: Datetime picker

    Hi

    Set Format to Custom
    Set CustomFormat to hh:mm
    Set ShowUpdDown to True

    Meelis





    "Jon Vaughan" <jonnyvaughan@h otmail.com> wrote in message
    news:NJtlg.1672 62$Cv1.10516@fe 07.news.easynew s.com...[color=blue]
    > Hi,
    >
    > I was looking for a control that you enter time values into , I started
    > off with a textbox, but then saw the datetime picker had a custom format
    > for Time , so I entered HH:mm. The conctrol does show time in the box ,
    > but in HH:mm:ss, I would like to drop the ss, also I dont want the user to
    > beable to click the dropdown to select the date. Im looking purely for a
    > time entry.
    >
    > Is this the right control and if not is there a better one ?
    >[/color]


    Comment

    • Jon Vaughan

      #3
      Re: Datetime picker

      Thanks Meelis


      "Meelis Lilbok" <meelis.lilbok@ deltmar.ee> wrote in message
      news:%23xQJEO4k GHA.1264@TK2MSF TNGP05.phx.gbl. ..[color=blue]
      > Hi
      >
      > Set Format to Custom
      > Set CustomFormat to hh:mm
      > Set ShowUpdDown to True
      >
      > Meelis
      >
      >
      >
      >
      >
      > "Jon Vaughan" <jonnyvaughan@h otmail.com> wrote in message
      > news:NJtlg.1672 62$Cv1.10516@fe 07.news.easynew s.com...[color=green]
      >> Hi,
      >>
      >> I was looking for a control that you enter time values into , I started
      >> off with a textbox, but then saw the datetime picker had a custom format
      >> for Time , so I entered HH:mm. The conctrol does show time in the box ,
      >> but in HH:mm:ss, I would like to drop the ss, also I dont want the user
      >> to beable to click the dropdown to select the date. Im looking purely for
      >> a time entry.
      >>
      >> Is this the right control and if not is there a better one ?
      >>[/color]
      >
      >[/color]


      Comment

      Working...