FDATE( ) Function Example

The following example uses FDATE( ) to display the last modification DateTime for Foxuser.dbf, the Visual FoxPro resource file.

? FDATE('FOXUSER.DBF', 1)  && Displays the last modification DateTime

Send feedback to MSDN.Look here for MSDN Online resources.