You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param formatter The formatter retrieved from any one of these methods: {@link #getFormatFromPattern}, {@link #getDateFormat}, {@link #getTimeFormat}, {@link #getDateTimeFormat}
75
+
* @param date The date to be formatted
76
+
* @return The string representation of the date
77
+
*/
18
78
Stringformat(Objectformatter, Objectdate)
19
79
80
+
/**
81
+
* @param clazz The type of date to be used in a date picker
82
+
* @return Whether or not the date is supported by the implementation
83
+
*/
20
84
BooleansupportsDatePicker(Classclazz)
21
85
86
+
/**
87
+
* Creates a GregorianCalendar based off of the date object. This should only get called if {@link #supportsDatePicker} returns true.
0 commit comments