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

hour

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

Quick reference

ItemDetails
Functionhour()
CategoryDate and time
Syntaxhour(date)
PurposeHour
Return valueNumber

Official example of the hour function in the Notion formula editor

Examples and notes

hour(prop("Time"))

Check whether the time is in the morning:

hour(prop("Time")) < 12

Display a time period by hour:

format(hour(prop("Time"))) + ":00"

hour() reads the hour from a date and time. If the date property has no specific time, the result may not match your expectations.

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