[Overview] [User's Guide] [API Reference]


Properties

dateFormatString (type: String) 
void setDateFormatString (String newFormat)
String getDateFormatString ()

This property, when set, controls both the display and edit masking characteristics of the date shown in the editable part of the bean. The default format is acquired by calling DateFormat.getDateInstance(), which returns the system default format for the default locale.

dateString (type: String) 
void setDateString (String newDate)
String getDateString ()

This changes the default date shown in the entry field.

Events

DateChangedEvent 

This event class has one important method: String getDate(), which returns the selected date in either:

  1. The system default date format for this locale, or
  2. The date format as specified in DatePicker's dateFormatString property.

Copyright © Taligent, Inc. 1996 - 1997.
Copyright © IBM Corporation 1996 - 1997.
All Rights Reserved.