Methods in com.google.gwt.user.datepicker.client with parameters of type DateBox |
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. |