Gets an array of format picture strings which can be used to format the date. The returned format strings depend on the culture set for the date field's text. A TextControl uses Day, Month, Year, and Era Format Picture strings to format a date.

<void> DateFormField.getSupportedDateFormats(<RequestStringsCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the supported format strings.
errorCallback Optional. Is called when the operation failed with an error.