> For the complete documentation index, see [llms.txt](https://ddzy.gitbook.io/ts-utility-plugins-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ddzy.gitbook.io/ts-utility-plugins-docs/utility/utility-date.md).

# utility-date

### 说明

汇集有关`日期`的工具方法

### 源码

{% embed url="<https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy/utility/date>" %}

### 目录

| Name       | Description    | Source                                                                                        | Docs |
| ---------- | -------------- | --------------------------------------------------------------------------------------------- | ---- |
| now        | 获取`1970`至今的毫秒数 | [源码](https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy/utility/date/now)        | 文档   |
| dateFormat | 格式化时间戳         | [源码](https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy/utility/date/dateFormat) | 文档   |
