gets the end of the month

hi, this is gets the start of the month. https://docs.webix.com/api__date_monthstart.html

Does it have gets the end of the month?

Hello @eve ,
Unfortunately, we don’t have a method that gets the end of the month.
All available Date methods are listed here.
So you can get a month end using common JavaScript Date methods, for instance: Date.prototype.setDate() - JavaScript | MDN.

https://snippet.webix.com/31tx6xhn

@Nastja @intregal That is exactly what I am looking for! Thank you very much!