Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
pls can anybody give list of timestamps of all months to get month from month function.
thank u.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am not sure if anybody else can figure out what you want. I can't understand. Can you please explain a bit more?
 
					
				
		
=month(dateval) where dateval is 2013-09-19 will return 'Sep' as the month name.
I hope this is what you were asking !!!!!!!
 
					
				
		
 Andrea_Ghirarde
		
			Andrea_GhirardeTry:
Jan=2
Feb=33
Mar=61
Apr=92
May=122
Jun=153
Jul=183
Aug=214
Sep=245
Oct=275
Nov=306
Dec=1 or 336
E.g. Month(275)=Oct
 
					
				
		
 Andrea_Ghirarde
		
			Andrea_GhirardeDid you solve your problem?
