I do not have much experience with dates in Javascript, so little with the mentioned frameworks: For now, I was able to display the current date on the front end using the following syntax:
this.myDate = new Date().toISOString();
How can I work with this date, so that I can manipulate it?