Tous les templates premiums sont à -40%. Code promo auto-ajouté au checkout. Disponibilités limitées.
Kavisha plonge profondément dans le terrier des formules 2.0. Voici ce qu'elle a découvert en enregistrant le dernier jour du mois dans une base de données Notion.
‍
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")
)