Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
1/5/2013/16/23
1- day
5 - month
2013 - year
16 - 24 hr time
23 - minutes.
This is the date and time format i have, where i need it like below:
1/5/2013 16:23
Thanks..
 MindaugasBacius
		
			MindaugasBacius
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try like this:
=Timestamp(Timestamp#('1/5/2013/16/23','DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
The output:

The idea. Firstly you need the interpretation function that ends with #. Secondly you have to define date and time format.
 kaushiknsolanki
		
			kaushiknsolanki
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Use the Timestamp(Date , 'MM/DD/YYYY hh:mm')
Regards,
Kaushik Solanki
 
					
				
		
Its not working.. am getting empty list...
 kaushiknsolanki
		
			kaushiknsolanki
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you Post sample QVW file.
Regards,
Kaushik Solanki
 Digvijay_Singh
		
			Digvijay_Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try this -
=Timestamp(Timestamp#('1/5/2013/16/23','DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
 
					
				
		
 er_mohit
		
			er_mohit
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Try this in text object
= timestamp(Timestamp#('1/5/2013/16/23','D/M/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
 MindaugasBacius
		
			MindaugasBacius
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try like this:
=Timestamp(Timestamp#('1/5/2013/16/23','DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
The output:

The idea. Firstly you need the interpretation function that ends with #. Secondly you have to define date and time format.
 
					
				
		
Hi Kishore,
Try this
Timestamp(Timestamp#(date1,'DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
Regards
Bazil Momin
