console.log(new Intl.DateTimeFormat('de-at', { month: 'long' }).format(date)); date = new Date(Date.UTC(2020, 2, 20, 3, 23, 16, 738));
確定! 回上一頁