| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.calendarcombo |
| Modifier and Type | Method and Description |
|---|---|
void |
IDateParseExceptionListener.parseExceptionThrown(CalendarDateParseException dateParseException)
This is notified when there is a
CalendarDateParseException thrown in the CalendarCombo due
to a bad date. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Calendar |
DateHelper.parse(java.lang.String comboText,
java.util.Locale locale,
java.lang.String dateFormat,
char[] acceptedSeparatorChars,
java.util.List additionalDateFormats) |
static java.util.Calendar |
DateHelper.parseDateHard(java.lang.String str,
java.util.Locale locale)
This method will try its best to parse a date based on the current
Locale.
|
static java.util.Calendar |
DateHelper.slashParse(java.lang.String str,
java.lang.String dateFormat,
char[] separators,
java.util.Locale locale)
This method assumes the dateFormat has a separator char in it, and that
we can use that to determine what the user entered by using that
separator to split up the user entered date, and then do some logic on
it.
|