Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
can any one please help me
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
try this:
date(Your_date_Feild,'MM/DD/YYYY hh:mm') as Date_Key
Thanks,
AS
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try with
Date(myDate)
let me know
 
					
				
		
I tried by using that function but its not working and i also used date(date#) but this also not working
 
					
				
		
 r_wroblewski
		
			r_wroblewski
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		can you send a sample qvw?
 
					
				
		
Hi,
Please, check you date format. Maybe date field is in number format. Change it to Date format using function: Date('Field_name', 'format').
Try this.
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
try this:
date(Your_date_Feild,'MM/DD/YYYY hh:mm') as Date_Key
Thanks,
AS
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi
try this
date(date#(datefield,'MM/DD/YYYY hh:mm') as Date
 
					
				
		
 r_wroblewski
		
			r_wroblewski
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
you also can try
Timestamp(yourdatefield, 'MM/DD/YYYY hh.mm')
Regards,
Ronny
 
					
				
		
Thank u amit its working
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please mark this as correct or helpful answer to close the thread.
Thanks,
AS
