Date
Last updated
Last updated
Use the date trigger to expire a TODO at a specified date.
➡️ TODO(on:
date
(
'2023-06-01'
))
➡️ TODO(on:
'2023-06-01'
)
(Same as above, but with the short form)
Catana will always use today's date as reference point for relative dates (next month, in three weeks...). You can omit some components from a date (the day, month or year), in such cases Catana will fill itself, with the final result being a date always in the future. Catana will never detect a date trigger if the date you specify is undetermined (later, someday, when I have time ...).
TODO: Ensure we use the blob package by Feb. 4
Equivalent to: date
(
'2025-2-4'
)
(Assuming today's date is passed Februry 4)
TODO: Tweak the debounce next week once we have collected enough real traffic data
Result: date
(
'2024-11-12'
)
(Assuming today's date is November 5)
TODO: Polish and optimise after hack days Result: No detection, as the event's date can't be determined.