Posts by Hallyson Miranda • 1 point
1 post
-
-1
votes1
answer565
viewsA: Calendar showing only month and year in React
You can do an array with the months and show in a flatlist, example : const meses = ["January","February"...] To show the year, just use the new Date() and Moment, the new Date gives you hours,…