// Get the start of the month
Set(monthStart; Date(Year(Today()); Month(Today()); 1));;
// Get the end of the month
Set(monthEnd; DateAdd(DateAdd(monthStart; 1; "Months"); -1; "Days"));;
// Get first date in view
Set(firstDateInView; DateAdd(monthStart; -Weekday(monthStart); "Days"))
Set( monthStart; Date( Year(Today()); Month(Today()); 1));;
Set( monthEnd; DateAdd(DateAdd(monthStart; 1; Months); -1;Days));;
Set(firstDateInView.......
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.