[fpc-pascal] strtodate on linux

Vannus vannus at gmail.com
Mon May 24 00:05:01 CEST 2010


cheers - worked a treat :)

On 21 May 2010 04:50, ABorka <fpc-devel at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100523/0ce5db0b/attachment.html>


More information about the fpc-pascal mailing list