Bug 704

Summary: 02/11 and 2/11 is not the same for Date format in 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   
Attachments: "2/11/2022" is different from "02/11/2022"

Description Meryem 2022-11-16 16:05:08 HKT
Created attachment 120 [details]
"2/11/2022" is different from "02/11/2022"

Problem location : TimeInformation.java
Problem found : TestTimeInformation.java

Since we deal with the String format of the object Date, we need to make sure that having a zero at the left of a number (01/12) is the same as not having it (1/12)