ASPxClientDateEdit.SetDate(date) Method
In This Article
Specifies the date for the editor.
#Declaration
TypeScript
SetDate(
date: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
date | Date | The date. |
#Remarks
To get the date of the editor (that is the editor’s value), use the ASPxClientDateEdit.GetDate method.
<dxe:ASPxDateEdit ID="ASPxDateEdit1" runat="server" ClientInstanceName="dateEdit" >
...
</dxe:ASPxDateEdit>
See Also