> The DateSeparator is defined in sysinth.inc as
> 
> Const
> 
>    { Character to be put between date, month and year }
>    DateSeparator: char = '-';

As said on IRC, I suspect this is a 1.0.10 issue. (1.9.x bootstrapping with 1.0.x I
mean), since IIRC 1.0.x doesn't support

 var x : tx = vx; 

syntax;

>    { Format used for short date notation }
>    ShortDateFormat: string = 'd/m/y';

Strange. That's not european at all? d-m-y or dd.mm.yy
 

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to