Français
Apparence
Retourne un tableau représentant la date.
TIP
Nécessite le plugin ToArray pour fonctionner.
dayjs.extend(toArray); dayjs('2019-01-25').toArray(); // [ 2019, 0, 25, 0, 0, 0, 0 ]