dayjs-random:Day.js插件,用于生成随机日期

时间:2024-05-31 22:22:26
【文件属性】:

文件名称:dayjs-random:Day.js插件,用于生成随机日期

文件大小:76KB

文件格式:ZIP

更新时间:2024-05-31 22:22:26

random-generation dates dayjs dayjs-plugin dayjs-random

dayjs-random 这是的插件,可让您生成随机的日期时间。 获取两个日期时间之间的随机dayjs实例 获取即将或即将发生的随机dayjs实例 获取过去或将来的随机dayjs实例 入门 以下指南将帮助您在Day.js中安装和使用此插件 先决条件 安装Day.js 安装 您可以通过Yarn或npm安装 yarn add dayjs-random npm install dayjs-random 使用指南 您将需要导入插件并通过Day.js .extend()函数将其激活。 ES6 import dayjs from 'dayjs' import dayjsRandom from 'dayjs-random' dayjs . extend ( dayjsRandom ) 节点 const dayjs = require ( 'dayjs' ) const dayjsRandom =


【文件预览】:
dayjs-random-master
----.gitignore(2KB)
----package.json(1KB)
----LICENSE(1KB)
----index.js(974B)
----rollup.config.js(148B)
----__tests__()
--------index.js(4KB)
----README.md(3KB)
----babel.config.js(153B)
----.prettierrc(129B)
----yarn.lock(189KB)

网友评论