Reactjs – How can i modify my date format like this: "month day, year"
i am getting a date with a format like this: const momentDate = localDate(date) return momentDate.format('LL') in english i am geting good "december 5, 2023" but in spanish that is returning me '5 de diciembre de 2023' i would like…