We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f053e9 commit 368d21cCopy full SHA for 368d21c
src/main/java/com/flowingcode/addons/ycalendar/ExtendedDatePicker.java
@@ -30,6 +30,12 @@
30
import java.time.YearMonth;
31
import java.util.Optional;
32
33
+/**
34
+ * A {@code DatePicker} with UI controls for adjusting individual date parts and a date-based class
35
+ * name generator.
36
+ *
37
+ * @author Javier Godoy / Flowing Code
38
+ */
39
@SuppressWarnings("serial")
40
@Tag("fc-date-picker")
41
@JsModule("./fc-date-picker/fc-date-picker.js")
0 commit comments