Hi
I'd like to "get" a date i've set previously in my data base (I can do this bit with the read service no drama), add X days and display it in the UI.
I cant figure out how to add days to the date. Most answers i could find use get date but i want my own date not todays date!
At the same time i'd like to store it as a local storage variable once the days are added (I want to use it later)
Sounds simple right? Can anyone help?