6 lines
		
	
	
		
			106 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			106 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
function helperGetDateMonth (date) {
 | 
						|
  return date.getMonth()
 | 
						|
}
 | 
						|
 | 
						|
module.exports = helperGetDateMonth
 |