Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.8.4, 5.0.1
-
None
-
958b621ba2f13535cd6873ceeaee096c13737549
Description
In QDate constructor, QDate::QDate(int y, int m, int d), it is stated that "Years 0 to 99 are interpreted as is, i.e., years 0-99." However, few rows up is text: "There is no year 0. Dates in that year are considered invalid."
If year is 0, QDate returns false in isValid(), so QDate constructor documentation should be changed.