> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.scheduled.so/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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)

```javascript
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"))
```