deprecation warning: value provided is not in a recognized rfc2822 or iso format. moment construction falls back to js date(), which is not reliable across all browsers and versions
you need to put the format in the moment constructor... moment(new Date, "YYYY-MM-DD")
see https://momentjs.com/docs/#/parsing/string-format/