cancel
Showing results for 
Search instead for 
Did you mean: 

display no.of days in a month dynamically

MT10
Ranger

Is there a calendar function available to display number of days in every month of a specified year

1 REPLY 1

JoeM
Community Manager
Community Manager

Not a single function, but you could use the following formula:

daysBetween(
	monthEndDate(
		dim_date_inc_s.date.Date
	), 
	monthStartDate(
		dim_date_inc_s.date.Date
	)
)