A control to enter time other than datetimepicker using vb.net??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shravanti88
    New Member
    • Mar 2010
    • 7

    A control to enter time other than datetimepicker using vb.net??

    Hi,

    Can anyone help me with the control to enter time as in the system's format .

    Thanks in advance!

    Regards,
    Shravs
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    The DateTimePicker has a couple format options.
    You can configure it to be just the time, if you need.

    If that still won't do it, can you be more specific about what your needs are?

    Comment

    • shravanti88
      New Member
      • Mar 2010
      • 7

      #3
      I checked for DateTimePicker control in the toolbox but could'nt find it.
      Is there any other control which i can use to enter the time or can you provide vb.net code to include in the page.

      Thanks in advance.

      Regards,
      Shravs

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        What type of application are you developing?
        Web application, Desktop application, Windows service application, Console...??

        Comment

        Working...