mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #294
This commit is contained in:
parent
f47eb61aee
commit
a00bf15a44
3 changed files with 43 additions and 34 deletions
|
|
@ -91,7 +91,7 @@ export class AdvancedSearchPopupView extends AbstractViewPopup {
|
|||
if (-1 < this.selectedDateValue()) {
|
||||
let d = new Date();
|
||||
d.setDate(d.getDate() - this.selectedDateValue());
|
||||
append('date', d.format('Y.m.d') + '/');
|
||||
append('since', d.toISOString().split('T')[0]);
|
||||
}
|
||||
|
||||
let result = new URLSearchParams(data).toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue