JSFiddle - React, Tailwind, and code Playground

by Jose A

JavaScript

const date = '2024-08-11';
const startDate = new Date(date);
    startDate.setMonth(startDate.getMonth() + 1);