You've already forked lazarus-ccr
Remove fixed ShortDateFormat := 'yyyy-mm-dd'
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1267 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -685,9 +685,8 @@ function OgFormatDate(Value : TDateTime) : string;
|
|||||||
var
|
var
|
||||||
S : string;
|
S : string;
|
||||||
begin
|
begin
|
||||||
ShortDateFormat := 'yyyy-mm-dd';
|
{ ShortDateFormat := 'yyyy-mm-dd';
|
||||||
{
|
S := ShortDateFormat;
|
||||||
S := ShortDateFormat;
|
|
||||||
if Pos('yyyy', S) = 0 then
|
if Pos('yyyy', S) = 0 then
|
||||||
Insert('yy', S, Pos('yy', S));
|
Insert('yy', S, Pos('yy', S));
|
||||||
if Pos('MMM', S) > 0 then
|
if Pos('MMM', S) > 0 then
|
||||||
|
Reference in New Issue
Block a user