ASPxClientDateEdit.GetMinDate Method
In This Article
Gets the minimum date of the editor.
#Declaration
TypeScript
GetMinDate(): Date
#Returns
Type | Description |
---|---|
Date | The minimum date. |
#Remarks
Use the ASPxClientDateEdit.GetMaxDate method to obtain the maximum 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