DatePickerExtenderDateFormat Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The dateFormat to be used for the altField option. This allows one date format to be shown to the user for selection purposes, while a different format is actually sent behind the scenes. For a full list of the possible formats see http://docs.jquery.com/UI/Datepicker/formatDate.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[TypeConverterAttribute(typeof(DatePickerExtenderDateFormatConverter))]
public virtual string DateFormat { get; set; }

Property Value

Type: String
The date format.
See Also

Reference