It would be great to have a field that showed the date when the task was created.
Yess! As someone with ADHD, I need that feature.
Unfortunately, the task creation date is not retrievable from the Google Tasks API yet.
We will support these features as soon as Google makes them available for developers.
You can star this issue on their API issue tracker here https://issuetracker.google.com/issues/173343990 to speed up the process.
Many thanks
Work around - Use AutoHotkey Script to insert a date when adding a task. This script will insert todays date by hitting Cntrl 7 -
^7::
Sendinput, %A_MM%/%A_DD%/%A_YYYY%
return