Gentee Programming Language > Documentation > Libraries Download documentation

dbf.f_date

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
)

Parameters

valThe string for getting the date.
numField number beginning with 1.

Return value

The function returns the parameter val.


datetime dbf.f_date(
      datetime   dt,
      uint   num
)

Parameters

dtThe structure for getting the date.
numField number beginning with 1.

Return value

The function returns the parameter dt.

See also

    Working with DBF files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.