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.12k
stars
83
forks
source link
Can the issueDate be extracted in a simpler date Y-M-D format? #247
Probably this already can be done, but I don't know how. I am trying to extract the issueDate by using the following template:
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?