TodayFormat Property (C1CalendarView)
In This Topic
Gets or sets the text format of the "Today" button. Use curly braces to define the date format.
Syntax
'Declaration
Public Property TodayFormat As String
public string TodayFormat {get; set;}
Example
"Today: {MM.dd.yy}"
See Also