Intersoft ClientUI Documentation
TodayDateFormat Property (UXCalendar)



Gets or sets the date time format for the today text.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TodayDateFormat As String
Dim instance As UXCalendar
Dim value As String
 
instance.TodayDateFormat = value
 
value = instance.TodayDateFormat
[CategoryAttribute("Common Properties")]
public string TodayDateFormat {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ TodayDateFormat {
   String^ get();
   void set (    String^ value);
}
Remarks

The format of Date Title in UXCalendar can easily be customized. There are three properties that you can use to configure dates format in UXCalendar as follows:

The following code shows how to modify Date Title formats in UXCalendar.

XAML
Copy Code
<Intersoft:UXCalendar x:Name="UXCalendar1" CalendarViewCount="3" HorizontalAlignment="Center" VerticalAlignment="Center" TitleDateFormat="{}{0:MMM, yyyy}" TitleRangeFormat="{}{0} to {1}">
</Intersoft:UXCalendar>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXCalendar Class
UXCalendar Members

Concepts

UXCalendar

Send Feedback