Days Grayed Out

This commit is contained in:
brausjonas
2023-06-09 14:22:18 +02:00
parent b93c05b874
commit 74fbf38ecd
4 changed files with 77275 additions and 16 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default function BasicDateCalendar(p) {
backgroundColor: getBackMonthColor(index) ? "#346991":"rgba(0,0,0,0)",
color : getBackMonthColor(index) ? "white":"black",
borderRadius : 10
}}>{getMonthName(index)}</p>
}}>{getMonthName(index) + " " + new Date(parseInt(startParts[2]), parseInt(startParts[1]) + index - 1, 1).getFullYear()}</p>
<div className={"Days"} style={{
pointerEvents: "none"
}}>