mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	* some fields not qualified with org*.
git-svn-id: trunk@10803 -
This commit is contained in:
		
							parent
							
								
									614948f551
								
							
						
					
					
						commit
						aed42d9eeb
					
				@ -25,7 +25,7 @@ begin
 | 
			
		||||
  {$endif}
 | 
			
		||||
  writeln('short date    :', shortdateformat);
 | 
			
		||||
  {$ifdef localedebug}
 | 
			
		||||
  writeln('orglongdate   :', longdateformat);
 | 
			
		||||
  writeln('orglongdate   :', orgformatsettings.longdateformat);
 | 
			
		||||
  {$endif}
 | 
			
		||||
  writeln('long  date    :', longdateformat);
 | 
			
		||||
 { Time stuff }
 | 
			
		||||
@ -39,7 +39,7 @@ begin
 | 
			
		||||
 // No support for 12 hour stuff at the moment...
 | 
			
		||||
  writeln('short time    :', shorttimeformat);
 | 
			
		||||
  {$ifdef localedebug}
 | 
			
		||||
  writeln('orglongtime   :', longtimeformat);
 | 
			
		||||
  writeln('orglongtime   :', orgformatsettings.longtimeformat);
 | 
			
		||||
  {$endif}
 | 
			
		||||
  writeln('long  time    :', longtimeformat);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user