Posted By:
Jean_Bovet
Posted On:
Monday, August 16, 2004 09:08 PM
In IntellijIDEA, how can I set a SimpleDateFormat to a JFormattedTextField ? I know that one JFormattedTextField constructor allows a Format instance to be specified, but since the JFormattedTextField is already created by the GUI Editor, how can I do this ?
All I want to do is to specify a date formatter ("MM/dd/yyyy") to an existing JFormattedTextField object.
Thanks in advance!