You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

calendar-dates

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calendar-dates

Get calendar dates for a given month - Mostly for creating a custom calendar control

2.5.0
Source
npmnpm
Version published
Weekly downloads
2.8K
9.15%
Maintainers
1
Weekly downloads
 
Created
Source

NPM

❓ What is this?

Get a list of calendar dates.
without an External Dependency

You can use this to create your own calendar controls

🗜️ Installation

npm i calendar-dates
# or
yarn add calendar-dates

How to use it

Full documentation.

Change Log

2.4.0

Fixed ISO8601 date return value to match current date.

  • Thank you again ewolfe 👊.

2.3.0

  • Returns ISO8601 date.
  • Removed package-lock.json, which was accidentally added by using npm instead of yarn.

2.0.0

Removed all methods except two methods, which return a promise.

  • getDates(date)
  • getMatrix(date)

Following methods are removed

  • getDatesAsync
  • getMatrixAsync
  • getDatesWithMetadata
  • getDatesWithMetadataAsync
  • getMatrixWithMetadata
  • getMatrixWithMetadataAsync

1.1.2

Updated README to include *WithMetadata examples

1.1.1

Fixed runtimeGenerator issue

1.1.0

Added *WithMetadata methods

1.0.0

Added "*Async" versions

License

MIT
FOSSA Status

Keywords

calendar

FAQs

Package last updated on 16 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts