Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class / TodayFormat Property

In This Topic
    TodayFormat Property (CalendarSettings)
    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