文件名称:secondz:用于日期格式的软件包
文件大小:33KB
文件格式:ZIP
更新时间:2024-04-14 14:02:52
JavaScript
日期格式 该软件包有助于检索有关用户行为的日期。 对于使用此软件包 使用此commad npm i secondz安装secondz软件包 使用const {secondz} = require('secondz')导入文件 支持功能 1. secondz.getDate() returns the current date in DD:MM:YYYY format 2. secondz.getDay('language code') returns the current day in specified language 3. secondz.format('DD:MM:YYYY','En') returns the current date with the desired format. Supported Formats DD:MM:YYYY
【文件预览】:
secondz-main
----index.js(122B)
----package.json(653B)
----.github()
--------workflows()
----test()
--------index.js(1KB)
--------days.js(297B)
----LICENSE(1KB)
----package-lock.json(93KB)
----src()
--------index.js(4KB)
--------days.js(568B)
----.gitignore(13B)
----README.md(1KB)