Bug 704 - 02/11 and 2/11 is not the same for Date format in String
Summary: 02/11 and 2/11 is not the same for Date format in String
Status: CONFIRMED
Alias: None
Product: CS3343_SEP_group8
Classification: Unclassified
Component: Model (show other bugs)
Version: version0
Hardware: PC Windows
: --- major
Assignee: Meryem
URL:
Depends on:
Blocks:
 
Reported: 2022-11-16 16:05 HKT by Meryem
Modified: 2022-11-16 16:05 HKT (History)
0 users

See Also:


Attachments
"2/11/2022" is different from "02/11/2022" (36.21 KB, image/png)
2022-11-16 16:05 HKT, Meryem
Details

Note You need to log in before you can comment on or make changes to this bug.
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)