{"id":26569735,"url":"https://github.com/kindlyops/ember-daypicker","last_synced_at":"2026-05-08T10:36:26.574Z","repository":{"id":42340264,"uuid":"52864796","full_name":"kindlyops/ember-daypicker","owner":"kindlyops","description":"🗓 Datepicker component for ember.js.","archived":false,"fork":false,"pushed_at":"2022-12-10T21:06:00.000Z","size":29674,"stargazers_count":1,"open_issues_count":24,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-24T13:59:44.393Z","etag":null,"topics":["datepicker","datepicker-component","ember","emberjs","moment"],"latest_commit_sha":null,"homepage":"http://swastik.github.io/ember-daypicker/","language":"JavaScript","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/kindlyops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-01T09:31:33.000Z","updated_at":"2020-03-16T09:33:00.000Z","dependencies_parsed_at":"2023-01-26T11:16:24.918Z","dependency_job_id":null,"html_url":"https://github.com/kindlyops/ember-daypicker","commit_stats":null,"previous_names":["swastik/ember-daypicker"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/kindlyops/ember-daypicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindlyops%2Fember-daypicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindlyops%2Fember-daypicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindlyops%2Fember-daypicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindlyops%2Fember-daypicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kindlyops","download_url":"https://codeload.github.com/kindlyops/ember-daypicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindlyops%2Fember-daypicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","datepicker-component","ember","emberjs","moment"],"created_at":"2025-03-22T21:23:08.163Z","updated_at":"2026-05-02T04:41:22.865Z","avatar_url":"https://github.com/kindlyops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/ember-daypicker.svg)](https://badge.fury.io/js/ember-daypicker)\n[![CircleCI](https://circleci.com/gh/swastik/ember-daypicker.svg?style=svg)](https://circleci.com/gh/swastik/ember-daypicker)\n[![Ember Observer Score](https://emberobserver.com/badges/ember-daypicker.svg)](https://emberobserver.com/addons/ember-daypicker)\n\n# ember-daypicker\n\nember-daypicker is a simple datepicker component for ember.js. It's built using moment.js; there are no\nexternal datepicker libraries. There's basic keyboard support, too.\n\n[Here's an introduction to it (with examples)](http://swastik.github.io/ember-daypicker/).\n\n* Ember.js v2.18 or above\n* Ember CLI v2.13 or above\n\n`ember install ember-daypicker`\n\n## Usage\n\nYou get a component `en-daypicker-input` that be used as such:\n\n```\n  {{en-daypicker-input\n    date=date\n    on-select=(action 'didSelectDate')\n  }}\n```\n\nIt uses moment.js everywhere, so you should pass in a moment object as the `date` attr,\nand when you handle the `on-select` action, you should also expect a moment object to\nbe sent back to you.\n\nOptionally, you can also provide the `format` attribute that will control how the selected\ndate gets shown in the input field. By default, it is `MMM D` which would be something like\n`Mar 10`.\n\nYou can disable dates before or after a certain date by passing in the `minDate` or\nthe `maxDate` attributes.\n\nLast, you can provide the `placeholder` attribute to change the placeholder text that the datepicker\ninput displays. You can also use the `isFocused` attribute to decide whether the datepicker\nis shown by default or not.\n\n## Questions? Bugs?\n\nFeel free to create an issue or send a PR if you find a bug.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindlyops%2Fember-daypicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkindlyops%2Fember-daypicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindlyops%2Fember-daypicker/lists"}