0.0.1 • Published 2 years ago

zhou-time v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Function are

函数作用

getAllZhou 获取一年中周对应的时间数据 Obtain the time data corresponding to the week of the year

getzhou 获取时间对应本年第多少周 How many weeks of this year correspond to the acquisition time

Using the example

使用例子

   let {getAllZhou,getzhou} = require('zhou-time')
    console.log(getAllZhou(new Date()));
   
0.0.1

2 years ago