{"id":18347938,"url":"https://github.com/collaborne/paper-date-picker-item","last_synced_at":"2025-04-09T23:26:44.068Z","repository":{"id":58241590,"uuid":"46343511","full_name":"Collaborne/paper-date-picker-item","owner":"Collaborne","description":"A Material Design item that shows a date and opens a date picker dialog on tap (Polymer)","archived":false,"fork":false,"pushed_at":"2018-11-21T14:08:46.000Z","size":173,"stargazers_count":24,"open_issues_count":5,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-15T15:07:42.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.webcomponents.org/element/Collaborne/paper-date-picker-item","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Collaborne.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-11-17T11:43:48.000Z","updated_at":"2019-02-13T12:07:16.000Z","dependencies_parsed_at":"2022-08-31T00:40:49.885Z","dependency_job_id":null,"html_url":"https://github.com/Collaborne/paper-date-picker-item","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-date-picker-item","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-date-picker-item/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-date-picker-item/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-date-picker-item/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Collaborne","download_url":"https://codeload.github.com/Collaborne/paper-date-picker-item/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248128021,"owners_count":21052339,"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-11-05T21:15:47.123Z","updated_at":"2025-04-09T23:26:44.030Z","avatar_url":"https://github.com/Collaborne.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This repository is no longer actively maintained! We decided to use instead [`\u003capp-datepicker\u003e`](https://github.com/motss/app-datepicker) because it provides good Polymer 2.0 support.**\n\npaper-date-picker-item [![Bower version](https://badge.fury.io/bo/paper-date-picker-item.svg)](http://badge.fury.io/bo/paper-date-picker-item) [![Travis state](https://travis-ci.org/Collaborne/paper-date-picker-item.svg?branch=master)](https://travis-ci.org/Collaborne/paper-date-picker-item) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Collaborne/paper-date-picker-item)  \n[![Published on Vaadin  Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/Collabornepaper-date-picker-item)\n=========\n\n`paper-date-picker-item` provides a Material Design item that shows a date and opens a date picker dialog on tap. The web component is built with [Polymer 1.x](https://www.polymer-project.org).\n\nThis component builds on the components [paper-date-picker](https://github.com/bendavis78/paper-date-picker) and [paper-time-picker](https://github.com/bendavis78/paper-time-picker)  by [Ben Davis](https://github.com/bendavis78).\n\n\nTo use the elements:\n\n`bower install paper-date-picker-item`\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003cscript src=\"../webcomponentsjs/webcomponents-lite.js\"\u003e\u003c/script\u003e\n    \u003clink rel=\"import\" href=\"../iron-icons/iron-icons.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-datetime-picker-item.html\"\u003e\n    \u003ccustom-style\u003e\n      \u003cstyle is=\"custom-style\"\u003e\n        body {\n          min-height: 600px;\n        }\n      \u003c/style\u003e\n    \u003ccustom-style\u003e\n    \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003cpaper-datetime-picker-item\n    icon=\"icons:today\"\n    placeholder=\"Add date and time\"\n    date-format=\"Do, MMMM, YYYY\"\u003e\n\u003c/paper-datetime-picker-item\u003e\n```\n\n## i18n Support\n\n`paper-date-picker-item` uses [Moment.js](http://momentjs.com), and so supports all locales that Moment.js supports. But,\nthe component does not reference any specific locale, so when you want to use it with a locale other than `en` you must\nload the locales explicitly.\n\n~~~~\n\u003clink rel=\"import\" href=\"bower_components/paper-date-picker-item/paper-date-picker-item.html\"\u003e\n\u003cscript src=\"bower_components/moment/min/locales.js\"\u003e\u003c/script\u003e\n~~~~\n\nThe `paper-date-picker-item` components all provide a `locale` property to set the locale used by the component.\n\n## License\n\n    This software is licensed under the Apache 2 license, quoted below.\n\n    Copyright 2011-2017 Collaborne B.V. \u003chttp://github.com/Collaborne/\u003e\n\n    Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\n    use this file except in compliance with the License. You may obtain a copy of\n    the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n    License for the specific language governing permissions and limitations under\n    the License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fpaper-date-picker-item","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollaborne%2Fpaper-date-picker-item","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fpaper-date-picker-item/lists"}