pickerjs
⚠️ [Deprecated] No longer maintained. JavaScript date time picker.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- picker.common.js
- picker.css
- picker.esm.js
- picker.js
- picker.min.css
- picker.min.js
- main.css
- picker.css
- main.js
- picker.en-GB.js
- picker.en-US.js
- picker.js
- picker.pl-PL.js
- picker.zh-CN.js
- index.html
- picker.en-GB.js
- picker.en-US.js
- picker.pl-PL.js
- picker.pt-BR.js
- picker.zh-CN.js
- picker.css
- constants.js
- defaults.js
- events.js
- handlers.js
- helpers.js
- methods.js
- picker.js
- template.js
- utilities.js
- index.css
- index.js
- hidden.spec.js
- hide.spec.js
- pick.spec.js
- show.spec.js
- shown.spec.js
- destroy.spec.js
- formatDate.spec.js
- getDate.spec.js
- hide.spec.js
- next.spec.js
- noConflict.spec.js
- parseDate.spec.js
- pick.spec.js
- prev.spec.js
- reset.spec.js
- setDate.spec.js
- setDefaults.spec.js
- show.spec.js
- update.spec.js
- container.spec.js
- controls.spec.js
- date.spec.js
- format.spec.js
- headers.spec.js
- hidden.spec.js
- hide.spec.js
- increment.spec.js
- inline.spec.js
- language.spec.js
- months.spec.js
- monthsShort.spec.js
- pick.spec.js
- rows.spec.js
- show.spec.js
- shown.spec.js
- text.spec.js
- translate.spec.js
- Picker.spec.js
- .eslintrc
- helpers.js
- karma.conf.js
- index.d.ts
- .babelrc
- .editorconfig
- .eslintrc
- .gitattributes
- .gitignore
- .stylelintrc
- .travis.yml
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- postcss.config.js
- README.md
- rollup.config.js
# Installation Guide
1. Get the code
git clone https://github.com/fengyuanchen/pickerjs
Downloads the entire project code from GitHub to your computer.
cd pickerjs
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install pickerjs
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
