We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52441f6 commit c799d40Copy full SHA for c799d40
1 file changed
src/main/java/ui/Date.java
@@ -112,16 +112,13 @@ public boolean isLaterThanOrEqual(Date other) {
112
113
/**
114
* Parses a Date from the format YYYY-MM-DD. This format is required but allows
115
- * some variance in the length of numbers.
116
- *
117
- * <p>
+ * some variance in the length of numbers. <br/>
118
* Restrictions for year, month and day:
119
* <ul>
120
* <li>Year: A number consisting of 1-7 digits.</li>
121
* <li>Month: A number consisting of 1-2 digits.</li>
122
* <li>Day: A number consisting of 1-2 digits.</li>
123
* </ul>
124
- * </p>
125
*
126
* <p>
127
* If not Date can be parsed, returns the ZERO_DATE, so the default Date where
0 commit comments