{"id":13392530,"url":"https://github.com/flatpickr/flatpickr","last_synced_at":"2025-05-12T05:33:02.669Z","repository":{"id":36207498,"uuid":"40511756","full_name":"flatpickr/flatpickr","owner":"flatpickr","description":"lightweight, powerful javascript datetimepicker with no dependencies","archived":false,"fork":false,"pushed_at":"2024-08-02T14:11:21.000Z","size":7848,"stargazers_count":16316,"open_issues_count":836,"forks_count":1469,"subscribers_count":201,"default_branch":"master","last_synced_at":"2025-05-11T16:15:52.594Z","etag":null,"topics":["date","datepicker","daterange","daterangepicker","datetime","datetime-picker","timepicker"],"latest_commit_sha":null,"homepage":"https://flatpickr.js.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flatpickr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-10T23:52:45.000Z","updated_at":"2025-05-10T21:08:29.000Z","dependencies_parsed_at":"2024-01-11T19:18:38.538Z","dependency_job_id":"4328e02e-68ae-416e-a4d0-c1548a2c668f","html_url":"https://github.com/flatpickr/flatpickr","commit_stats":{"total_commits":2538,"total_committers":276,"mean_commits":9.195652173913043,"dds":"0.41607565011820336","last_synced_commit":"548330e6e18871d6ca1ca78746c0e89cb12a0303"},"previous_names":["chmln/flatpickr"],"tags_count":150,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatpickr%2Fflatpickr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatpickr%2Fflatpickr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatpickr%2Fflatpickr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatpickr%2Fflatpickr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flatpickr","download_url":"https://codeload.github.com/flatpickr/flatpickr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253592907,"owners_count":21932902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["date","datepicker","daterange","daterangepicker","datetime","datetime-picker","timepicker"],"created_at":"2024-07-30T17:00:26.769Z","updated_at":"2025-05-12T05:33:02.645Z","avatar_url":"https://github.com/flatpickr.png","language":"TypeScript","readme":"## flatpickr - javascript datetime picker\n[![Actions Status](https://github.com/flatpickr/flatpickr/workflows/GitHub%20Actions/badge.svg)](https://github.com/flatpickr/flatpickr/actions)\n\n[![Coverage](https://coveralls.io/repos/github/chmln/flatpickr/badge.svg?branch=master)](https://coveralls.io/github/chmln/flatpickr)\n[![npm version](https://badge.fury.io/js/flatpickr.svg)](https://www.npmjs.com/package/flatpickr)\n[![CDNJS](https://img.shields.io/cdnjs/v/flatpickr.svg)](https://cdnjs.com/libraries/flatpickr)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=plastic)](https://raw.githubusercontent.com/flatpickr/flatpickr/master/LICENSE.md)\n\n\n![blue](https://cloud.githubusercontent.com/assets/11352152/14549371/3cbb65da-028d-11e6-976d-a6f63f32061f.PNG)\n![green](https://cloud.githubusercontent.com/assets/11352152/14549373/3cbe975a-028d-11e6-9192-43975f0146da.PNG)\n![confetti](https://cloud.githubusercontent.com/assets/11352152/14549440/de9bf55e-028d-11e6-9271-46782a99efea.PNG)\n![red](https://cloud.githubusercontent.com/assets/11352152/14549374/3cc01102-028d-11e6-9ff4-0cf208a310c4.PNG)\n![default](https://cloud.githubusercontent.com/assets/11352152/14549370/3cadb750-028d-11e6-818d-c6a1bc6349fc.PNG)\n![dark](https://cloud.githubusercontent.com/assets/11352152/14549372/3cbc8514-028d-11e6-8daf-ec1ba01c9d7e.PNG)\n\n\n## Motivation\nAlmost every large SPA or project involves date and time input. Browser's native implementations of those are inconsistent and limited in functionality. Most other libraries require you to pull in heavy dependencies like jQuery, Bootstrap, and moment.js. I wanted something that was good-looking out of the box, dependency-free, powerful, and extensible.\n\nFeature overview:\n\n- Dependency-free (no bloated bundles)\n- Simple, polished UX\n- Date + time input\n- Range selections\n- Ability to select multiple dates\n- Can be used as just a time picker\n- Display dates in a human-friendly format\n- Easily disable specific dates, date ranges, or any date using arbitrary logic\n- Week numbers\n- 51 locales\n- 8 colorful themes (incl. dark and material)\n- Numerous plugins\n- Libraries available for React, Angular, Vue, Ember, and more\n\n![](https://user-images.githubusercontent.com/11352152/36033089-f37dc1d0-0d7d-11e8-8ec4-c7a56d1ff92e.png)\n\nflatpickr provides more functionality at a fraction of the size of other libraries.\n\n## Compatibility\nIE9 and up, Edge, iOS Safari 6+, Chrome 8+, Firefox 6+\n\n## Install \u0026 Use\n\nDemos and documentation: https://flatpickr.js.org\n\nSee also:\n* [angular2+-flatpickr addon](https://github.com/mezoistvan/ng2-flatpickr)\n* [angularJS-flatpickr addon](https://www.npmjs.com/package/angular-flatpickr)\n* [ember-flatpickr addon](https://www.npmjs.com/package/ember-flatpickr)\n* [Preact Component](https://github.com/molnarmark/preact-flatpickr)\n* [React Component](https://github.com/coderhaoxin/react-flatpickr)\n* [Stimulus.js Controller](https://github.com/adrienpoly/stimulus-flatpickr)\n* [Svelte Component](https://github.com/jacobmischka/svelte-flatpickr)\n* [vue-flatpickr component](https://github.com/ankurk91/vue-flatpickr-component)\n* [lit-flatpickr component](https://github.com/Matsuuu/lit-flatpickr)\n\n## Supporting flatpickr\n\nflatpickr will never change its license, pester users for donations, or engage in other user-hostile behavior.\n\nNevertheless, if you enjoyed working with this library or if its made your life easier, you can buy me a cup of coffee :)\n\n\u003ca href='https://ko-fi.com/A3381DJ9' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi4.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n","funding_links":["https://ko-fi.com/A3381DJ9'"],"categories":["TypeScript","Uncategorized","JavaScript","UI Components","Libraries","Table of Contents"],"sub_categories":["Uncategorized","Date Pickers","Presentational Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatpickr%2Fflatpickr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflatpickr%2Fflatpickr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatpickr%2Fflatpickr/lists"}