Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 tmumaw
		
			tmumaw
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Is there a way to make today's date numeric?
Thanks
 
					
				
		
 bismart
		
			bismart
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		in script....
NUM(DAYSTART(TODAY())) as TodayNum
in variable
Let vToday = NUM(DAYSTART(TODAY()));
 
					
				
		
 bismart
		
			bismart
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		in script....
NUM(DAYSTART(TODAY())) as TodayNum
in variable
Let vToday = NUM(DAYSTART(TODAY()));
