How can i execute an alert every week starting now using moment.js
?
something like a situation of starting now or getting the date now, and then alert it every week or every 7th day starting today using the moment.js
library. Or i want to execute a function every week or every 7th day starting from getting the date now.