const formatter = new Intl.DateTimeFormat('tr', { month: 'long', year: 'numeric' });
const month = formatter.format(new Date("2019-11-20 00:00:00"));
alert(`${tarih}`); //Çıktı : Kasım 2019