{"id":15603286,"url":"https://github.com/codemeasandwich/react-datetime","last_synced_at":"2025-04-24T07:34:40.435Z","repository":{"id":65373059,"uuid":"64661006","full_name":"codemeasandwich/react-dateTime","owner":"codemeasandwich","description":"React datetime picker powered by momentjs https://wangzuo.github.io/input-moment","archived":false,"fork":false,"pushed_at":"2016-08-02T05:25:46.000Z","size":10,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T23:51:21.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemeasandwich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-01T11:19:47.000Z","updated_at":"2018-11-05T18:51:09.000Z","dependencies_parsed_at":"2023-01-19T23:35:17.317Z","dependency_job_id":null,"html_url":"https://github.com/codemeasandwich/react-dateTime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemeasandwich%2Freact-dateTime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemeasandwich%2Freact-dateTime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemeasandwich%2Freact-dateTime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemeasandwich%2Freact-dateTime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemeasandwich","download_url":"https://codeload.github.com/codemeasandwich/react-dateTime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242432350,"owners_count":20127383,"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":[],"created_at":"2024-10-03T03:02:27.620Z","updated_at":"2025-03-07T17:31:28.756Z","avatar_url":"https://github.com/codemeasandwich.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**THIS IS A FORK OF [input-moment](https://www.npmjs.com/package/react-moment-datetimepicker)**\n\n# input-moment\nReact datetime picker powered by [momentjs](http://momentjs.com)\n\nThe design is from https://dribbble.com/shots/1439965-Due-Date-and-Time-Picker.\n\nThe icon is from [ionicons](http://ionicons.com/).\n\n### Installation\n``` sh\nnpm i hb-input-moment --save\n```\n\n**Notice:** This module requires [moment](https://www.npmjs.com/package/moment) as a [peerDependency](https://docs.npmjs.com/files/package.json#peerdependencies).\n\n### Old Demo\nhttp://wangzuo.github.io/input-moment\n\n### Usage\n\n#### Basic example\n``` javascript\n\u003cInputMoment\n  moment={this.state.moment}\n  onChange={this.handleChange}\n  onSave={this.handleSave}\n/\u003e\n```\n\n#### Props\n| Prop          | Description                                       | Default                                           |\n|---------------|---------------------------------------------------|---------------------------------------------------|\n| dateOnly      | Boolean. If it should show only the date picker.  | `false`                                           |\n| timeOnly      | Boolean. If it should show only the time picker.  | `false`                                           |\n| prevMonthIcon | String. Class string for the previous month icon. | 'ion-ios-arrow-left'                              |\n| nextMonthIcon | String. Class string for the next month icon.     | 'ion-ios-arrow-right'                             |\n| locale        | String. Locale to display date time in.           | 'en'                                              |\n| hideSave      | Boolean. should hide the save button.             | 'false'                                           |\n\n\n### Development\n- npm install\n- npm start\n- http://localhost:8888\n\n### License\nISC\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeasandwich%2Freact-datetime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemeasandwich%2Freact-datetime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeasandwich%2Freact-datetime/lists"}