pickadate.js
  • Documentation
  • Discussions
  • GitHub
  • v3 Docs

โ€บGetting Started

Getting Started

  • Introduction
  • Installation
  • Usage

Bindings

  • Plain JavaScript
  • React DOM
  • React Native
  • jQuery

Guides

  • Using Translations
  • Creating Custom Actors
  • Upgrading from v3

API

  • The State Object
  • The Picker Object
  • The Store Object
  • The Translation Object

Installation

The recommended way to install pickadate.js is with a package manager like npm. But you don't need one to use the library.

Auto-install ๐Ÿš€

Pickadate.js is available as a package on npm. So it can be installed with Yarn or npm:

# With Yarn:
yarn add pickadate@next

# Or with npm:
npm install --save pickadate@next

Once installed, head over to see the usage guide.

Self-install ๐Ÿ› 

Pickadate.js is also available in precompiled UMD bundles that define a global variable on the window object based on how it's used.

You can find these bundles on unpkg in the builds folder to use directly with a <script> tag.

โ† IntroductionUsage โ†’
  • Auto-install ๐Ÿš€
  • Self-install ๐Ÿ› 
pickadate.js
Documentation
Getting StartedJavaScriptReact DOMReact NativejQuery
Community
Stack OverflowSpectrum
More
GitHubStar
Copyright ยฉ 2012-2019 Amsul and the pickadate.js documentation authors.