Short Description: To define a new date/time format.
Syntax
DMXAddDatetimeFormat | ID datetime_pattern |
Parameters
ID | The ID returned by DMXNew that identifies the invocation. |
datetime_pattern | The pattern describing how the date/time data appear in a field. For details on the specification of a date pattern, see Syntax of date pattern. |
Returns
A unique format code generated by Connect ETL to identify the custom date/time format. You can use this code where a data format code is accepted.
Notes
You can invoke this function at any time after loading the task via DMXSetApplicationFileName and before running the task via DMXRun.