Date

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

Usage

➡️ TODO(on:date('2023-06-01'))

Short form

The date trigger is the most commonly used one and has a short form.

➡️ TODO(on:'2023-06-01')

Examples

Expire a TODO on June 1st, 2023

➡️ TODO(on:'2023-06-01')

Expire a TODO on August 23rd, 2023 at 10AM

➡️ TODO(on:'2023-08-23 10:00')

Last updated