[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: how to mask and enforce the date format in the text widget ?
|
- From: ggayed@xxxxxxxxxx (Grant Gayed)
- Date: Fri, 20 Dec 2002 13:32:17 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Ivan,
See
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet19.html
for an example of how to make a text widget accept only digits. Doing
this with dates should be similar.
Grant
Ivan wrote:
> Hi all,
> Is there anyway to mask and enforce the date format in the Text widget ?
> Thanks