Date
Use the date trigger to expire a TODO at a specified date.

➡️
TODO(on:
date
(
'2023-06-01'
))
The date trigger is the most commonly used one and has a short form.
➡️
TODO(on:
'2023-06-01'
)
Last modified 3mo ago