Subject | Re: DateTimeFormat in TIB_Export |
---|---|
Author | yeyotheiron |
Post date | 2003-12-06T18:04:14Z |
Ooops!
DateTimeFormat:= '"''"dd.mm.yyyy hh:nn:ss"''"';
Oh...
DateTimeFormat:= '"''"dd.mm.yyyy hh:nn:ss"''"';
Oh...
--- In IBObjects@yahoogroups.com, "yeyotheiron" <yosvany@u...> wrote:
> 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.