Summary
Does DV has last_date function?
Content
I need to create a calculation "Days left in MTD". The SQL is last_day(current_date) - current_date. However I am not able to find last_day function as a calendar function in DV. Is there a way to achieve this?