Articles on: Tips

Never forget the time of your scheduled posts from Notion again

Add this Notion formula to your database 👇


Careful, in my case the date property is called: (Publication date)


if(empty(date(prop("Publication date"))), "🔴 Oops! The date is missing", if(hour(prop("Publication date")) == 0, "🔴 Oops! The time is missing", "✅ Date and time are present"))

Updated on: 17/11/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!