vscode-todo-md icon indicating copy to clipboard operation
vscode-todo-md copied to clipboard

change created/completed date format

Open masonc15 opened this issue 2 years ago • 3 comments

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!

masonc15 avatar Oct 18 '22 02:10 masonc15

It is possible using todomd.completionDateIncludeTime, todomd.creationDateIncludeTime

"todomd.completionDateIncludeTime": true "todomd.creationDateIncludeTime": true image image

marekbatelka avatar Sep 20 '23 09:09 marekbatelka

I thought this issue is about date format: changing 2022-10-17 into 10/17/2022 or something like that.

usernamehw avatar Sep 20 '23 10:09 usernamehw

@usernamehw ahh ok, sorry. I though you faced date only vs date+time setting.

marekbatelka avatar Sep 21 '23 05:09 marekbatelka