Skip to main content
FLO.W 思流Notion Formulas
Back to function index

week

A quick reference for the Notion week function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionweek()
CategoryDate and time
Syntaxweek(date)
PurposeISO week number
Return valueNumber

Official example of the week function in the Notion formula editor

Examples and notes

week(prop("Date"))

Generate a weekly report title:

"Week " + format(week(prop("Date"))) + " weeks"

Check whether a date is in the current week:

week(prop("Date")) == week(today())

week() returns the ISO week number, which works well for weekly reports, weekly plans, and week-based grouping.

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on