{"id":23107924,"url":"https://github.com/ryu-man/react-date-picker","last_synced_at":"2026-05-08T10:36:37.977Z","repository":{"id":115421671,"uuid":"307790275","full_name":"ryu-man/react-date-picker","owner":"ryu-man","description":"Modern date picker for React.js framework","archived":false,"fork":false,"pushed_at":"2021-01-06T11:17:17.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T21:08:54.470Z","etag":null,"topics":["datepicker","reactjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryu-man.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-10-27T18:18:19.000Z","updated_at":"2021-11-08T18:33:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"45726529-2f92-41f9-aa94-30aad807ee5e","html_url":"https://github.com/ryu-man/react-date-picker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryu-man/react-date-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryu-man%2Freact-date-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryu-man%2Freact-date-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryu-man%2Freact-date-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryu-man%2Freact-date-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryu-man","download_url":"https://codeload.github.com/ryu-man/react-date-picker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryu-man%2Freact-date-picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["datepicker","reactjs"],"created_at":"2024-12-17T01:16:27.485Z","updated_at":"2026-05-08T10:36:37.957Z","avatar_url":"https://github.com/ryu-man.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React date picker\n\nThis is an implementation of a custom date picker using React.js framework\n\n## Usage\n\n```js\nimport { Picker, Calendar } from \"react-date-picker\";\n\nlet selected;\n// simple form\n\u003cPicker\u003e\n \u003cCalendar /\u003e\n\u003c/Picker\u003e;\n```\n\n```js\nimport {Picker, Calendar} from 'react-date-picker'\n\nlet selected\nlet initial = new Date(selected || \"2020-10-10\")\n\n\u003cPicker  \u003e\n \u003cCalendar initial={initial} onDateSelected={(date) =\u003e {selected = date}} /\u003e\n\u003c/Picker\u003e\n\n```\n\n## Props\n\n### Picker\n\n| Prop     | Type   | Default       | Usage                                            |\n| ---------| ------ | ------------- | ------------------------------------------------ |\n| format   | String | \"dd MMM yyyy\" | used in picker input to format the selected date |\n\n### Calendar\n\n| Prop           | Type                 | Default   | Usage                                       |\n| -------------- | -------------------- | --------- | ------------------------------------------- |\n| initial        | Date                 | today     | used for the starting point                 |\n| selected       | Date                 | undefined | specify a selected date                     |\n| predicate      | (date:Date)=\u003eboolean | ()=\u003efalse | used to check if the date is not selectable |\n| onDateSelected | (date:Date)=\u003evoid    | ()=\u003e{}    | callback called when the date is selected   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryu-man%2Freact-date-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryu-man%2Freact-date-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryu-man%2Freact-date-picker/lists"}