respAddDateValue()
TThis procedure adds Date value for existing field. The date is converted from numeric format YYYYMMDD to ISO standard format YYYY-MM-DD. Additionally it is possible to pass date and time and time zone in one go. Then the response value is ISO format: YYYY-MM-DDTHH:MM:SS+HH:MM
| Parameter | Type | Description | |
|---|---|---|---|
| ptr | POINTER | Mandatory | Pointer to field |
| date | 8P 0 | Mandatory | Numeric data velue in format YYYYMMDD |
| time | 6P 0 | Optional | Numeric time value in format HH or HHMM or HHMMSS |
| timeZone | 5P 0 | Optional | Numeric time shift in minutes |
The procedure returns pointer of field. If procedure can’t add field, then returns null.
Examples: