Intersoft ClientUI Documentation
TodayDateFormat Property (UXDateTimePicker)



Gets or sets the date time format for today.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TodayDateFormat As String
Dim instance As UXDateTimePicker
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 calendar can easily be customized. There are three properties that you can use to configure dates format in calendar as follows:

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

UXDateTimePicker Class
UXDateTimePicker Members

Concepts

UXCalendar
UXDateTimePicker

Send Feedback