version 2004
MySQL_GetDateField (selectID; fieldIndex; day; month; year)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by MySQL_Select | |
| fieldIndex | Integer | Index of the field - 0...FieldCount -1 | |
| day | Integer | Value of the day component of the date | |
| month | Integer | Value of the month component of the date | |
| year | Integer | Value of the year component of the date |
Description
The MySQL_GetDateField command returns the day, month and year values of the field referenced by fieldIndex.
selectID is a Longint returned by MySQL_Select.
fieldIndex is an Integer that specifies the index position of the field in the Select statement.
day is an Integer containing the value of the day component of the date.
month is an Integer containing the value of the month component of the date.
year is an Integer containing the value of the year component of the date.