GetMonthLastDay() Function
176
Views
3
Comments
New
Builtin & User functions

A "GetMonthLastDay()" function that receives as input a specific date and retrieves as output the last day of the month provided (i.e. 28, 29, 30, 31). 

Something similar to this:
This can be very helpful when handling custom date widgets with no day to choose and you still want to filter the range from day 1 of a month to the last day of some future month.

Also useful when you want to know if some date belongs to a leap year (or not).

Hi,

Nice indeed, in the mean time there are already multiple Forge components that provide you this function.

-- Daniel

Hi Daniel,

Yes, right. Also, we can develop on our own.

I am just adding it as it would be nice to have it built-in.

Cool and Useful but can simply done with a JS function