hans / obsidian-citation-plugin

Obsidian plugin which integrates your academic reference manager with the Obsidian editor. Search your references from within Obsidian and automatically create and reference literature notes for papers and books.
MIT License
1.04k stars 76 forks source link

Can the issueDate be extracted in a simpler date Y-M-D format? #247

Open mgamigo opened 9 months ago

mgamigo commented 9 months ago

Probably this already can be done, but I don't know how. I am trying to extract the issueDate by using the following template:

date: {{entry.issuedDate}}

It works, but it writes the date as: date: Mon Dec 27 2021 01:00:00 GMT+0100 (Central European Standard Time)

While I would like to have a format as: date: 2021-12-27

Can this be achieved currently?