傳回一個鏡像參數的陣列 這需要 ToArray 外掛才能運作 dayjs.extend(toArray) dayjs('2019-01-25').toArray() // [ 2019, 0, 25, 0, 0, 0, 0 ]