1
I don’t have much experience with Javascript dates, nor with the frameworks mentioned: For now what I managed was to display the current date on the front end using the following syntax:
this.myDate = new Date().toISOString();
How can I work with that date so I can manipulate it?