let date = new Date(); let year_month_day = `${date.getFullYear()}-${date.getMonth()+1}-${date.getDate()}`