📅  最后修改于: 2022-03-11 14:48:15.198000             🧑  作者: Mango
import * as moment from 'moment'; const now = new Date(); // timeAgo also supports moment.js objectsconst lastWeek = moment().subtract(10, 'days');