add change year and month button

This commit is contained in:
Peter Maquiran
2021-09-21 10:04:42 +01:00
parent afb7c42e9f
commit c13080d2ad
9 changed files with 172 additions and 26 deletions
+2
View File
@@ -29,6 +29,8 @@ class momentG {
let toChange = {}
// console.log(date.getDay(), date.getDay(), date.getMonth())
var e = {
d : (date.getDate()).toString() ,
M : (date.getMonth()).toString() ,