office-gobmx/tools/source
Eike Rathke 6619955e72 introduced Date::IsValidDate() and Date::Normalize()
+ IsValidDate() checks only day and month regarding the year, not Gregorian
  cut-off date as now does IsValidAndGregorian().
+ Normalize() carries over invalid day and month values to next months and
  years.
* All methods that return or internally use a day count now internally
  normalize the date values, without modifying the actual Date instance. So,
  if the date is not valid you may get unexpected results.
  * Previously, a date with month>12 would had accessed the days-of-month
    array out of bounds on all such methods. So you would had gotten
    unexpected results anyway..
  * Affected methods are:
    GetDayOfYear()
    GetWeekOfYear()
    GetDaysInMonth()
    static DateToDays()
2011-11-30 02:05:23 +01:00
..
datetime introduced Date::IsValidDate() and Date::Normalize() 2011-11-30 02:05:23 +01:00
debug remove include of pch header from tools 2011-11-27 13:25:56 -06:00
fsys remove include of pch header from tools 2011-11-27 13:25:56 -06:00
generic remove include of pch header from tools 2011-11-27 13:25:56 -06:00
inet renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions 2011-11-30 02:05:22 +01:00
memtools remove include of pch header from tools 2011-11-27 13:25:56 -06:00
misc remove include of pch header from tools 2011-11-27 13:25:56 -06:00
rc remove include of pch header from tools 2011-11-27 13:25:56 -06:00
ref remove include of pch header from tools 2011-11-27 13:25:56 -06:00
reversemap
stream remove include of pch header from tools 2011-11-27 13:25:56 -06:00
string remove include of pch header from tools 2011-11-27 13:25:56 -06:00
testtoolloader remove include of pch header from tools 2011-11-27 13:25:56 -06:00
zcodec remove include of pch header from tools 2011-11-27 13:25:56 -06:00