DirectPathLoader - Date fields

There is a "Date format" property associated with the column. Then you can do something like:

with columns[foo] do
SetData(formatDateTime(DateFormat,bar));

(where "foo" is the column and "bar" is the date)
 
Back
Top