mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Fix search builder
This commit is contained in:
parent
68890f8083
commit
3217303a65
3 changed files with 26 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ export function momentNowUnix()
|
|||
*/
|
||||
export function searchSubtractFormatDateHelper(date)
|
||||
{
|
||||
momentNow().clone().subtract('days', date).format('YYYY.MM.DD');
|
||||
return momentNow().clone().subtract('days', date).format('YYYY.MM.DD');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue