We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
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
date: 2021-12-27
Can this be achieved currently?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: