+
+
![prev-mouth]()
!thisMonth() && setValue(prevMonth())}
+ className="calendar-nav calendar-nav-left"
+ src={chevron}
+ >
+
+ {value.format("MMMM")}, {value.format("YYYY")}
+
+
![next-mouth]()
setValue(nextMonth())}
+ className="calendar-nav"
+ src={chevron}
+ >
+
+
+ {weekDays.map((day, i) => (
+
+ {day}
+
+ ))}
+
+ {calendar.map((week, i) => (
+
+ {week.map((day: any, i: number) => (
+ handleValue(day)}
+ className={hide(day)}
+ >
+ {day.format("D")}
+
+ ))}
+
+ ))}
+