{"id":13436947,"url":"https://github.com/wangzuo/input-moment","last_synced_at":"2025-05-16T01:05:05.705Z","repository":{"id":49113407,"uuid":"45250688","full_name":"wangzuo/input-moment","owner":"wangzuo","description":"React datetime picker powered by momentjs","archived":false,"fork":false,"pushed_at":"2022-11-01T06:24:17.000Z","size":1568,"stargazers_count":522,"open_issues_count":37,"forks_count":170,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-09T10:40:22.703Z","etag":null,"topics":["react","react-component","timepicker"],"latest_commit_sha":null,"homepage":"https://wangzuo.github.io/input-moment","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/wangzuo.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":"2015-10-30T12:52:03.000Z","updated_at":"2025-04-13T03:33:13.000Z","dependencies_parsed_at":"2023-01-21T03:16:40.704Z","dependency_job_id":null,"html_url":"https://github.com/wangzuo/input-moment","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangzuo%2Finput-moment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangzuo%2Finput-moment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangzuo%2Finput-moment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangzuo%2Finput-moment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wangzuo","download_url":"https://codeload.github.com/wangzuo/input-moment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"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":["react","react-component","timepicker"],"created_at":"2024-07-31T03:00:53.271Z","updated_at":"2025-05-16T01:05:00.696Z","avatar_url":"https://github.com/wangzuo.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","UI Components","Demos","\u003csummary\u003eUI Components\u003c/summary\u003e"],"sub_categories":["Uncategorized","Form Components"],"readme":"# input-moment \n[![npm](https://img.shields.io/npm/v/input-moment.svg)](https://www.npmjs.com/package/input-moment)\n[![Build Status](https://travis-ci.org/wangzuo/input-moment.svg?branch=master)](https://travis-ci.org/wangzuo/input-moment)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\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 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### Demo\nhttp://wangzuo.github.io/input-moment\n\n### Usage\n``` javascript\n\u003cInputMoment\n  moment={this.state.moment}\n  onChange={this.handleChange}\n  onSave={this.handleSave}\n  minStep={1} // default\n  hourStep={1} // default\n  prevMonthIcon=\"ion-ios-arrow-left\" // default\n  nextMonthIcon=\"ion-ios-arrow-right\" // default\n/\u003e\n```\nCheck [app.js](https://github.com/wangzuo/input-moment/blob/master/example/app.js) for a working example.\n\n### Development\n- npm install\n- npm start\n- http://localhost:8080\n\n### License\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangzuo%2Finput-moment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangzuo%2Finput-moment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangzuo%2Finput-moment/lists"}