Notion Formula 2.0: Last Day of the Month

The last day of the month is a common software issue and different tools/languages require different implementation.

But usually, the algorithm is the same: First day of next mont - 1 day

Last Day of the Month Notion Formula:

For Notion users, Kavisha shared a pretty nice implementation:

lets(
 /* Gets the first date of the month */
 firstOfTheMonth, dateSubtract(today(), date(today()) - 1, "days"),
 
 oneMonthAdded, dateAdd(firstOfTheMonth, 1 , "month"),
 
 /* Gets the last date of the month */
 lastDateOfThisMonth, dateSubtract(oneMonthAdded, 1 , "day"),
 
 style("» Last day of the month: ", "gray") + style(lastDateOfThisMonth.format(), "b", "default")
)
A screenshot of the Notion Formula 2.0 showing how to calculate the last day of the month
A screenshot of the Notion Formula 2.0 showing how to calculate the last day of the month
A screenshot of the Notion Formula 2.0 showing how to calculate the last day of the month

Best of Templates & Blueprints

Notion Kanban Board template displayed on laptop and tablet, showcasing customizable task management columns and instructions for efficient project management and workflow organization.
Competitive Analysis template in Notion, showcasing dark mode interface. Laptop screen displays Apple competitor profile with detailed SWOT analysis, categories, and key information. Created by Lucas Ostrowski, demonstrating efficient market research setup in Notion's dark theme for The Hitchhiker's Guide to Automated Systems
Notion Keyboard shortcuts & commands template by Lucas Ostrowski: Dark mode interface showcasing comprehensive shortcut grid for Mac and Windows. Features categorized commands like "Create New Page" and "Toggle Light/Dark Modes". Enhances Notion workflow efficiency across platforms. Made for Notion badge included.

Best of Templates & Blueprints

Notion Kanban Board template displayed on laptop and tablet, showcasing customizable task management columns and instructions for efficient project management and workflow organization.
Competitive Analysis template in Notion, showcasing dark mode interface. Laptop screen displays Apple competitor profile with detailed SWOT analysis, categories, and key information. Created by Lucas Ostrowski, demonstrating efficient market research setup in Notion's dark theme for The Hitchhiker's Guide to Automated Systems
Notion Keyboard shortcuts & commands template by Lucas Ostrowski: Dark mode interface showcasing comprehensive shortcut grid for Mac and Windows. Features categorized commands like "Create New Page" and "Toggle Light/Dark Modes". Enhances Notion workflow efficiency across platforms. Made for Notion badge included.

Best of Templates & Blueprints

Notion Kanban Board template displayed on laptop and tablet, showcasing customizable task management columns and instructions for efficient project management and workflow organization.
Competitive Analysis template in Notion, showcasing dark mode interface. Laptop screen displays Apple competitor profile with detailed SWOT analysis, categories, and key information. Created by Lucas Ostrowski, demonstrating efficient market research setup in Notion's dark theme for The Hitchhiker's Guide to Automated Systems
Notion Keyboard shortcuts & commands template by Lucas Ostrowski: Dark mode interface showcasing comprehensive shortcut grid for Mac and Windows. Features categorized commands like "Create New Page" and "Toggle Light/Dark Modes". Enhances Notion workflow efficiency across platforms. Made for Notion badge included.

Never miss a new tips

Get updated on all news weekly in the newsletter

Never miss a new tips

Get updated on all news weekly in the newsletter

Never miss a new tips

Get updated on all news weekly in the newsletter