cheers - worked a treat :)

On 21 May 2010 04:50, ABorka <fpc-de...@aborka.com> wrote:

> I had a problem like this before.
> If memory serves right, I had to set all four of these for StrToDate to
> work under Linux after moving some code from Windows:
>
>    LongTimeFormat := 'hh:mm:ss';
>    ShortDateFormat := 'YYYY/MM/DD';
>    DateSeparator := '/';
>    TimeSeparator := ':';
>
> AB
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to