Home > database >  How to create a view for calendar in React, how will render the elements of an array as follows?
How to create a view for calendar in React, how will render the elements of an array as follows?

Time:09-06

28 29 30 31 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 2 3 4 5 6 7 8

I need this for a calendar component I'm making I need to get to the bottom line every 7 days.

CodePudding user response:

Hi there why are you creating a view for calendar? Why not install a package like DateTimePickerModal? Already got all the Date functionality/Calender included

Check out here : enter image description here

  • Related