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
Version (please complete the following information):
Describe the bug Both the {{date}} and {{time}} variables included in the extension indicate date + time.
To reproduce: Open any webpage, click on extension icon, and select "Show page variables":
This behavior persists when using the {{date}} variable as part of a template.
Expected behavior This seems to be correct behavior for the {{time}} variable. The {{date}} variable should strip the time.
The text was updated successfully, but these errors were encountered:
This is a side effect of #44. I'll fix it, but in the meantime you can use the date filter, e.g. {{date|date:"YYYY-MM-DD"}}
date
{{date|date:"YYYY-MM-DD"}}
Sorry, something went wrong.
No branches or pull requests
Version (please complete the following information):
Describe the bug
Both the {{date}} and {{time}} variables included in the extension indicate date + time.
To reproduce:
Open any webpage, click on extension icon, and select "Show page variables":
This behavior persists when using the {{date}} variable as part of a template.
Expected behavior
This seems to be correct behavior for the {{time}} variable. The {{date}} variable should strip the time.
The text was updated successfully, but these errors were encountered: