UNPKG

vue-moo

Version:

moo

13 lines (12 loc) 268 B
export default () => { const date = new Date(); return { year: date.getFullYear(), month: date.getMonth() + 1, day: date.getDate(), week: date.getDay(), hour: date.getHours(), minute: date.getMinutes(), second: date.getSeconds(), } }