Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
I have the date in the format "01AUG2017:09:24:17.000000". Not sure how to convert into "DD-MMM-YY".
Can any one please help me with this?
Attached the sample data and QVW file.
Thanks in advance!
Cheers,
Varun
 
					
				
		
 neelamsaroha157
		
			neelamsaroha157
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 neelamsaroha157
		
			neelamsaroha157
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try this -
Date(Date#(Left(Date,9), 'DDMMMYYYY'), 'DD/MM/YYYY')
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Neelam for the quick response 
Cheers,
Varun
