textbox date

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

    #1

    textbox date

    How make a textbox date without the datetimepicker?

    Thanks a lot


  • ewok66

    #2
    RE: textbox date

    If you don't use a control with a mask, when calling the textbox.text
    property, you can call ctype(textbox.t ext,date). You'll want to wrap that in
    a try catch block though...
    --
    --ewok
    MCSA+M,MCSE, MCSD, MCDBA,MCITP


    "Jose" wrote:
    [color=blue]
    > How make a textbox date without the datetimepicker?
    >
    > Thanks a lot
    >
    >
    >[/color]

    Comment

    Working...