Click or drag to resize
DateInputSettingDateFormat Property
Gets or sets the date and time format used by KaxDateSetting.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string DateFormat { get; set; }

Property Value

Type: String
A string specifying the date format used by KaxDateSetting. The default value is "d" (short date format).

Implements

IKaxDateInputDateFormat
See Also