ArraySupport
ArraySupport extiende las APIs dayjs()
y dayjs.utc()
para admitir argumentos de tipo array.
javascript
var arraySupport = require('dayjs/plugin/arraySupport');
// import arraySupport from 'dayjs/plugin/arraySupport' // ES 2015
dayjs.extend(arraySupport);
dayjs([2010, 1, 14, 15, 25, 50, 125]);
dayjs.utc([2010, 1, 14, 15, 25, 50, 125]);