[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 ?

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