ASPxClientDateEdit.GetDate Method
In This Article
Gets the date that is the editor’s value.
#Declaration
TypeScript
GetDate(): Date
#Returns
Type | Description |
---|---|
Date | The date. |
#Remarks
To set the date for the editor, use the ASPxClientDateEdit.SetDate method.
See Also