mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add either pattern
This commit is contained in:
@@ -44,7 +44,7 @@ export class DateService {
|
||||
}
|
||||
|
||||
|
||||
fixDate(res: EventList) {
|
||||
fixDate(res: EventList): any {
|
||||
if(res.IsAllDayEvent && this.deferenceBetweenDays(new Date(res.StartDate), new Date(res.EndDate)) >= 1) {
|
||||
|
||||
const date = new Date(res.EndDate);
|
||||
|
||||
Reference in New Issue
Block a user