Bug 710

Summary: getLeftDays() doesn't work with the format String
Product: CS3343_SEP_group8 Reporter: Meryem <malamikas2-c>
Component: ModelAssignee: Meryem <malamikas2-c>
Status: CONFIRMED ---    
Severity: major    
Priority: ---    
Version: version0   
Hardware: PC   
OS: Windows   

Description Meryem 2022-11-16 16:52:18 HKT
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"))