Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
eg:-2014-sep-11
please tell me guyes its to urgent!!!!!!!!!!!!!!!!!!!!!!!
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Date(DateField, 'YYYY-MMM-DD')
 ashfaq_haseeb
		
			ashfaq_haseeb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=date(today(),'YYYY-MMM-DD')
 
					
				
		
try:
SET DateFormat='YYYY-MM-DD';
Or
SET DateFormat='YYYY/MM/DD';
 
					
				
		
 israrkhan
		
			israrkhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		what is your date field and format?
you can try like
date(yourDateField,'YYYY-MMM-DD')
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yogesh,
Try this:
date(date#(fieldname,'YYYY-MMM-DD'),'YYYY-MMM-DD')
Thanks,
AS
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It all depends on what is your current format of Date field...!!!
