mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 17:31:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example25;
 | |
| 
 | |
| { This program demonstrates the TimeToStr function }
 | |
| 
 | |
| Uses sysutils;
 | |
| 
 | |
| Begin
 | |
|   Writeln ('The current time is : ',TimeToStr(Time));
 | |
| End. | 
