lastDayOfMonth
Modified on Thu, 24 Aug 2023
Description
Use this function to obtain the last day of a month for the given date. The result will be in the local timezone.
Syntax
lastDayOfMonth(date)
Returns
Return Value | Description |
---|---|
Date | Returns a Date object representing the last day of the month for the given date in the local timezone. |
Sample
Example | Result | Description |
---|---|---|
lastDayOfMonth(2023-04-09) | 2023-04-30 | Returns the last day of the month for April 9, 2023, in the local timezone, which is April 30, 2023, marking the last day of the month that includes April 9, 2023. |
To view all the Date functions, click here.
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article