Automatically Add Created Date and Time To All New Drafts

Is there a setting that will enable me to automatically add the created date and time to all new drafts? I’ve hunted around and found some ways to do this via built in actions, but I’d like to automatically see the date appearing at the top every time a new draft is triggered, either manually or after the 30 second time lapse. Thanks.

1 Like

Drafts already stores the creation date, it can be seen in the (i) detail screen, and it is available for use in actions when you output with the [[created]] tag (more on templates). So there may not be a need for you to clutter your text with that value.

If you do want it to appear in your text, there is no way to automatically add it. You could create new drafts using templates to have that value inserted, or use actions to insert the text when you start the draft.

2 Likes

There’s also definitely a way to do this with Siri Shortcuts but it could very easily turn into a nightmare depending.

Drafts documentation describes the [[created]] template this way:

  • [[created]] Timestamp for the creation of the draft, rather than the current time.

But, it is actually a Datestamp - creation time is not included. Is there an alternative that includes both creation date and creation time?

Never mind. I found it.

[[created|=h:mm a]]

You may want to clarify the documentation.

1 Like