Click to See Complete Forum and Search --> : using format func. to validate time for textbox
shastri_s
Nov 9th, 1999, 02:25 AM
How do I use the Format func. and the Isdate func. to validate the time for a textbox.
Rightnow it works for date or time formats , but I want it for only Time format(hh:mm:ss).
Any ideas , anybody.
Thanks
Yonatan
Nov 9th, 1999, 03:37 AM
Try this to make sure the TextBox has nothing but the Time:
Text1.Text = Format(CDate(Text1.Text), "Long Time")
You can also try "Medium Time" and "Short Time" - see how all three work, and decide which is best for you.
------------------
Yonatan
Teenage Programmer
E-Mail: RZvika@netvision.net.il
ICQ: 19552879 (http://www.icq.com/19552879)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.