A newer version of this page is available.
Switch to the current version.
ASPxClientDateEdit.GetMinDate Method
Gets the minimum date of the editor.
Declaration
GetMinDate(): Date
Returns
Type | Description |
---|---|
Date | A date-time object representing 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
Feedback