vscode-todo-md
vscode-todo-md copied to clipboard
change created/completed date format
Hello,
I'm not sure if this is possible currently, but I would love to be able to change the completed/created datetime format in the settings for Todo MD.
This format is seen here:
{cm:2022-10-17T22:56:09}
Thanks!
It is possible using todomd.completionDateIncludeTime, todomd.creationDateIncludeTime
"todomd.completionDateIncludeTime": true
"todomd.creationDateIncludeTime": true
I thought this issue is about date format: changing 2022-10-17
into 10/17/2022
or something like that.
@usernamehw ahh ok, sorry. I though you faced date only vs date+time setting.