EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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
)

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
)

Parameters

val The string for getting the date.
num Field number beginning with 1.

Return value

Returns the parameter val.

Related links

Source