mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
bugs solved
This commit is contained in:
@@ -176,4 +176,12 @@ export class Utils {
|
||||
}
|
||||
return selectedType[recurenceType];
|
||||
}
|
||||
|
||||
|
||||
addOneHourToIsoString(isoDateString) {
|
||||
let date = new Date(isoDateString);
|
||||
/* date.setHours(date.getHours()); */
|
||||
let newIsoDateString = date.toISOString();
|
||||
return newIsoDateString;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user