dbf.f_date
Getting a date. Getting the date from the specified field of the current record into the structure datetime.
method datetime dbf.f_date (
datetime dt,
uint num
)
datetime dt,
uint num
)
Parameters
dt | The structure for getting the date. |
num | Field number beginning with 1. |
Return value
Returns the parameter dt.
dbf.f_date
Getting the date from the specified field of the current record as a string.
method str dbf.f_date (
str val,
uint num
)
str val,
uint num
)
Parameters
val | The string for getting the date. |
num | Field number beginning with 1. |
Return value
Returns the parameter val.
Related links | Source |