mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:47:52 +02:00
* set ShortDateFormat explicitly so that StrToDate behaviour can be tested easily regardless of current locale
git-svn-id: trunk@29703 -
This commit is contained in:
parent
c5c2ac13e2
commit
46bfe5c1dd
@ -4,6 +4,7 @@ uses
|
||||
var
|
||||
d : tdatetime;
|
||||
begin
|
||||
ShortDateFormat := 'd/m/y';
|
||||
try
|
||||
d:=strtodate('03'+dateseparator+'03'+dateseparator+'2033');
|
||||
except
|
||||
|
Loading…
Reference in New Issue
Block a user