Gentee Programming Language > Documentation > Libraries | Download documentation |
Getting the date from the specified field of the current record as a string or into the structure datetime.
str dbf.f_date( str val, uint num )
val The string for getting the date. num Field number beginning with 1.
The function returns the parameter val.
datetime dbf.f_date( datetime dt, uint num )
dt The structure for getting the date. num Field number beginning with 1.
The function returns the parameter dt.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |