mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
teste mobile done!
This commit is contained in:
@@ -55,7 +55,7 @@ export class DateService {
|
||||
const month = String(date.getMonth() + 1).padStart(2,'0');
|
||||
const fullYear = date.getFullYear();
|
||||
const formattedDate = `${fullYear}-${month}-${_date} 23:59`;
|
||||
res.EndDate = formattedDate
|
||||
res.EndDate = new Date(formattedDate).toISOString();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user