//Change DATE_TIME_FORMAT by the format need const DATE_TIME_FORMAT = 'YYYY-MM-DDTHH:mm'; let _now: Moment; _now = moment(new Date(), DATE_TIME_FORMAT); ...
確定! 回上一頁