On Fri, 23 Feb 2007, Jeff Steinkamp wrote:

> Can someone tell me why the following is producing an Econvert Exception?
> 
> StrTodate('04/11/1955');
> 
> I have even tried setting the ShortDateFormat to 'm/d/y/' and 'mm/dd/yyyy'.

If you're running on linux, try setting 

DateSeparator:='/';

because by default it is set to '-'. After doing that it works fine here.

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to