react antD moment

import moment from 'moment' console.log(moment().add(1, 'days').format('YYYY-MM-DD')) //當前時間前一天 console.log(moment().add(-1, 'week').format('YYYY-MM-DD'))//當前時間前一週 console.log(moment().add(1, 'week').
相關文章
相關標籤/搜索