Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input Mask Displaying

Status
Not open for further replies.

tomlander

Programmer
Jul 10, 2002
15
CA
I have a date field with the input mask "99/99/00", with a placeholder "_". when user click in this field, it will display as "__/__/__", is it possible to let it show "mm/dd/yy" ?

Thanks for any help.
 
No.

Use the control tip text property. Include something like
"use mm/dd/yyyy type date"

When the user moves over the control he will get the message. Robert Berman
Data Base consultant
Vulcan Software Services
thornmastr@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top