fix: displayed day of week, not date

fix: wrong month
master
Michael Salaverry 2021-12-03 18:38:15 +02:00
parent 34d552d7ab
commit 7e833088f8
No known key found for this signature in database
GPG Key ID: 438AB878C0FB04CC
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ var mainmenu = {
"title" : "Hebrew Date"
},
cal: {
value : now.getDay()+"/"+now.getMonth()+"/"+now.getFullYear(),
value: now.getDate() + "/" + Number(now.getMonth() + 1) + "/" + now.getFullYear(),
onchange : () => {}
},
date: {