ASPxClientDateEdit.SetDate(date) Method
Specifies the date for the editor.
Declaration
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