Package | Description |
---|---|
com.google.gwt.user.datepicker.client |
The date picker widget and associated types.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DateBox.DefaultFormat.format(DateBox box,
java.util.Date date) |
java.lang.String |
DateBox.Format.format(DateBox dateBox,
java.util.Date date)
Formats the provided date.
|
java.util.Date |
DateBox.DefaultFormat.parse(DateBox dateBox,
java.lang.String dateText,
boolean reportError) |
java.util.Date |
DateBox.Format.parse(DateBox dateBox,
java.lang.String text,
boolean reportError)
Parses the provided string as a date.
|
void |
DateBox.DefaultFormat.reset(DateBox dateBox,
boolean abandon) |
void |
DateBox.Format.reset(DateBox dateBox,
boolean abandon)
If the format did any modifications to the date box's styling, reset them
now.
|