Skip to content

Commit

Permalink
Merge pull request #2 from Danak-UY/patch-1
Browse files Browse the repository at this point in the history
Fix 24h clock format
  • Loading branch information
rivafarabi authored Dec 12, 2020
2 parents 1ca5164 + b98d8f7 commit 2440150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DeckboardClock {
updateClock() {
this.setValue({
'clock-12h': moment().format('H:mm A'),
'clock-24h': moment().format('h:mm')
'clock-24h': moment().format('HH:mm')
})
}

Expand Down

0 comments on commit 2440150

Please # to comment.