Open humer-me opened 4 weeks ago
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.
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"}}
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.