0.0.4 • Published 1 year ago
@wing-tool/date-tool v0.0.4
@wing-tool/date-tool
import DateUtil, { type DateTime } from '@wing-tool/date-tool';
const dateTime: DateTime = DateUtil.getDateTime(new Date());
const timestamp: string = DateUtil.format(new Date());