ASPxClientDateEdit.GetMaxDate Method
In This Article
Gets the maximum date of the editor.
#Declaration
TypeScript
GetMaxDate(): Date
#Returns
Type | Description |
---|---|
Date | The maximum date. |
#Remarks
Use the ASPxClientDateEdit.GetMinDate method to obtain the minimum date on the client side.
The ASPxClientDateEdit.SetMinDate and ASPxClientDateEdit.SetMaxDate methods are useful to specify the minimum and maximum dates of the editor.
See Also