@wing-tool/date-tool
v0.0.4
Published
wing date tool
Readme
@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());