ASPxClientDateEdit.SetMinDate(date) Method
Sets the minimum date of the editor.
#Declaration
SetMinDate(
date: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
date | Date | The minimum date. |
#Remarks
Use the ASPxClientDateEdit.SetMaxDate method to specify the maximum date on the client side. To specify the minimum and maximum dates on the server, use the ASPxDateEdit.MinDate and ASPxDateEdit.MaxDate properties.
The ASPxClientDateEdit.GetMaxDate and ASPxClientDateEdit.GetMinDate methods are useful to obtain the minimum and maximum dates of the editor.
Note
Note that an editor’s minimum date value specified by the client Set
When the ASPx
dateEdit.SetMinDate(new Date("October 18, 2015 11:13:00"));