Hello,
I want to mark the same date in all years. For example 1 January or 23 April to be marked in all years. Can you help me please?
Thank you!
public baseData: any[] = [
{
Id:1,
Title: "23 Nisan Ulusal Egemenlik ve Çocuk Bayramı",
Start: "2022-04-23T00:00:00.000Z", //all year
End: "2022-04-23T00:00:00.000Z", //all year
},
]