0.0.4 • Published 2 years ago

@wing-tool/date-tool v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@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());
0.0.4

2 years ago

0.0.3

2 years ago