Giter Club home page Giter Club logo

calendar-ts's Introduction

一个生成当月日历数据的插件

默认为周日为第一天, 可以在 new 的时候传入 1 为 周一是第一天

const c = new Calendar()
c.monthDates(2022, 7) // 返回一个当月数据的二维数组

数据展示

[
  [
    '2022-01-29T16:00:00.000Z',
    '2022-01-30T16:00:00.000Z',
    '2022-01-31T16:00:00.000Z',
    '2022-02-01T16:00:00.000Z',
    '2022-02-02T16:00:00.000Z',
    '2022-02-03T16:00:00.000Z',
    '2022-02-04T16:00:00.000Z'
  ],
  [
    '2022-02-05T16:00:00.000Z',
    '2022-02-06T16:00:00.000Z',
    '2022-02-07T16:00:00.000Z',
    '2022-02-08T16:00:00.000Z',
    '2022-02-09T16:00:00.000Z',
    '2022-02-10T16:00:00.000Z',
    '2022-02-11T16:00:00.000Z'
  ],
  [
    '2022-02-12T16:00:00.000Z',
    '2022-02-13T16:00:00.000Z',
    '2022-02-14T16:00:00.000Z',
    '2022-02-15T16:00:00.000Z',
    '2022-02-16T16:00:00.000Z',
    '2022-02-17T16:00:00.000Z',
    '2022-02-18T16:00:00.000Z'
  ],
  [
    '2022-02-19T16:00:00.000Z',
    '2022-02-20T16:00:00.000Z',
    '2022-02-21T16:00:00.000Z',
    '2022-02-22T16:00:00.000Z',
    '2022-02-23T16:00:00.000Z',
    '2022-02-24T16:00:00.000Z',
    '2022-02-25T16:00:00.000Z'
  ],
  [
    '2022-02-26T16:00:00.000Z',
    '2022-02-27T16:00:00.000Z',
    '2022-02-28T16:00:00.000Z',
    '2022-03-01T16:00:00.000Z',
    '2022-03-02T16:00:00.000Z',
    '2022-03-03T16:00:00.000Z',
    '2022-03-04T16:00:00.000Z'
  ]
]

api 说明

api explore argument
monthDates 获取当月日历数据 (year, month )
monthDays 获取当月日历数据,值为格式化后的 number (year, month)
monthText 获取当月日历数据,值为字符串,此 api 意义不大 (year, month)

calendar-ts's People

Contributors

chengazhen avatar

Stargazers

Osayimwen Justice Odia avatar wangce avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.