ASPxClientDateEdit.SetMaxDate(date) Method
Sets the maximum date of the editor.
#Declaration
SetMaxDate(
date: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
date | Date | The maximum date. |
#Remarks
Use the ASPxClientDateEdit.SetMinDate method to specify the minimum date on client side. To specify the minimum and maximum dates on the server, use the ASPxDateEdit.MinDate and the 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 maximum date value specified by the client Set
When the ASPx
dateEdit.SetMaxDate(new Date("October 18, 2015 11:13:00"));