Subject | DateTimeFormat in TIB_Export |
---|---|
Author | yeyotheiron |
Post date | 2003-12-06T17:14:55Z |
In TIB_Export:
ExportFormat := efASCII;
DateTimeFormat:= 'dd.mm.yyyy hh:nn:ss';
Result in file:
06.12.2002 12:12:30
How can have this result:
'06.12.2002 12:12:30'
Thanks,
Yosvany.
Excuse my English.
ExportFormat := efASCII;
DateTimeFormat:= 'dd.mm.yyyy hh:nn:ss';
Result in file:
06.12.2002 12:12:30
How can have this result:
'06.12.2002 12:12:30'
Thanks,
Yosvany.
Excuse my English.