Sets the Date
<void> DateFormField.setDate(<Number> unixTime, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
unix |
The date in Unix Time. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |