I have set today's date in code as follows,
public fromDate: Date = new Date();
How can i find the dates of coming saturday and sunday, mean this weekend dates from the above?
i can try by adding number of days from the current day. but is there a better solution?