Sets the DateFormField's date.

<void> DateFormField.setDate(<Number> unixTime, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
unixTime The date in Unix Time.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.