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
On 5/20/2010 19:19, Vannus wrote:
I've used strtodate to convert 01/02/2010 on windows ok, but it fails
with 'Invalid date format' on linux.
anyone got any ideas why this happens?
- V
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal