Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoroukAziz authored Sep 29, 2020
1 parent 8a7325d commit 6ebbad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
var hour = zeros(twelveHour(today.getHours()));
var minutes = zeros(today.getMinutes());
var seconds = zeros(today.getSeconds());
if(twelveHour(today.getHours()) >12){
if(today.getHours() >=12){
seconds+=" pm"
}
else{
Expand Down

0 comments on commit 6ebbad3

Please sign in to comment.