[]
Gets or sets a formatter function to customize dates in the calendar.
[JsonConverter(typeof(FunctionConverter))]
public string ItemFormatter { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property ItemFormatter As String
The formatter function can add any content and any date. It allows complete customization of the appearance and behavior of the calendar.