Skip to content

Commit

Permalink
new change'
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed-Shayan-01 committed Apr 1, 2023
1 parent 281632c commit d8cd2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function setTime(){
}

if (hours > 12){
hours = hours - 12;
}
hours = hours - 12;
}

if (hours < 10){
hours = "0" + hours;
Expand Down

0 comments on commit d8cd2df

Please sign in to comment.