Skip to content

Commit ccdaaa7

Browse files
committed
Update 12HourClockTime format to include AM/PM designation
1 parent 2721e61 commit ccdaaa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sprint-1/2-mandatory-errors

Sprint-1/2-mandatory-errors/4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const 12HourClockTime = "8:53";
1+
const 12HourClockTime = "8:53 pm";
22
const 24hourClockTime = "20:53";

0 commit comments

Comments
 (0)