| Summary: | getLeftDays() doesn't work with the format String | ||
|---|---|---|---|
| Product: | CS3343_SEP_group8 | Reporter: | Meryem <malamikas2-c> |
| Component: | Model | Assignee: | Meryem <malamikas2-c> |
| Status: | CONFIRMED --- | ||
| Severity: | major | ||
| Priority: | --- | ||
| Version: | version0 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
Problem location : Task.java Problem found : TestTask.java (t35getLeftDays()) The format for getLeftDays() -> should be 4 instead of 209!! To have the correct result of getLeftDays() method, the format String does not work and should be converted as shown below PlannerDateUtil.getLeftDays(PlannerDateUtil.dateStringConvertToDate("18/11/2022"))