mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
set duration
This commit is contained in:
@@ -397,7 +397,7 @@ hideRefreshButton(){
|
||||
}
|
||||
}
|
||||
else{
|
||||
let date = (start.getDay()+1) + "/" + (start.getMonth()+1) + "/" + start.getFullYear();
|
||||
let date = start.getDate() + "/" + (start.getMonth()+1) + "/" + start.getFullYear();
|
||||
return date;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user