깜놀하는 해므찌로

dayJs 본문

IT

dayJs

agnusdei1207 2023. 4. 17. 11:14
반응형
SMALL
npm install dayjs
import * as dayjs from 'dayjs';

startAt?: string | undefined;
endAt?: string | undefined;

this.startAt =dayjs().subtract(1, 'month').format('YYYY-MM-DD');
this.endAt = dayjs().format('YYYY-MM-DD');
반응형
LIST