Online Documentation for Advanced Data Export for RAD Studio VCL

TQExportFormats.DateTimeFormat

 

TQExportFormats                


property DateTimeFormat: string;

 

Description

The DateTimeFormat property determines the representation of date/time fields in the result file. By default the value is set to default system format for date/time fileds. If you want to format time in twelve-hour form, you should add AM/PM to your format string.

 

Example:

mm/dd/yyyy hh:nn:ss AM/PM

 


See also:

DateFormat property

TimeFormat property

ResetFormats method