const seller = await Seller.findOne({seller: req.seller.id}); const joinUpdate = seller.createdAt const nowDate = new Date(joinUpdate); const Month = new Date(nowDate.setDate(nowDate.getDate() + 14)); console.log(nowDate.toLocaleString())
You can write cronjobs to schedule tasks. Explore here