Home All Groups Group Topic Archive Search About
Author
1 Jun 2006 7:30 PM
Jose
How make a textbox date without the datetimepicker?

Thanks a lot

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


Show quoteHide quote
"Jose" wrote:

> How make a textbox date without the datetimepicker?
>
> Thanks a lot
>
>
>