{"id":31933077,"url":"https://github.com/modulr/mdr-angular-datepicker","last_synced_at":"2025-10-14T05:51:44.609Z","repository":{"id":58229562,"uuid":"47989698","full_name":"modulr/mdr-angular-datepicker","owner":"modulr","description":"Bootstrap Datepicker for Angular","archived":false,"fork":false,"pushed_at":"2018-10-01T15:00:20.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T19:42:24.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/modulr.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-12-14T17:13:30.000Z","updated_at":"2018-10-01T15:00:24.000Z","dependencies_parsed_at":"2022-08-31T09:42:10.604Z","dependency_job_id":null,"html_url":"https://github.com/modulr/mdr-angular-datepicker","commit_stats":null,"previous_names":["modulr/angular-bootstrap-datepicker"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/modulr/mdr-angular-datepicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulr%2Fmdr-angular-datepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulr%2Fmdr-angular-datepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulr%2Fmdr-angular-datepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulr%2Fmdr-angular-datepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modulr","download_url":"https://codeload.github.com/modulr/mdr-angular-datepicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulr%2Fmdr-angular-datepicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018011,"owners_count":26086237,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2025-10-14T05:51:33.266Z","updated_at":"2025-10-14T05:51:44.603Z","avatar_url":"https://github.com/modulr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Bootstrap Datepicker\nAngular Bootstrap Datepicker is an Angularjs component that can replacement for datepicker boxes.\n\n\n![](http://modulr.io/img/preview/mdr-angular-datepicker.png)\n\n##Features\n\n- Uses the native Angularjs scope for data binding\n- Fast and lightweight\n- Formats support\n\n\n##Requirements\n\n- [Angularjs](https://angularjs.org/)\n- [Bootstrap 3.](http://getbootstrap.com/)\n- [Bootstrap Datepicker.](https://github.com/eternicode/bootstrap-datepicker)\n\n##Quick start\n\nSeveral quick start options are available:\n\n- [Download the latest release](https://github.com/modulr/mdr-angular-datepicker/archive/master.zip)\n- Clone the repo: `git clone https://github.com/modulr/mdr-angular-datepicker.git`.\n- Install with [Bower](http://bower.io/): `bower install mdr-angular-datepicker`.\n- Install with [npm](https://www.npmjs.com): `npm install mdr-angular-datepicker`.\n\n##What's included\n\n```\nmdr-angular-datepicker/\n  dist/\n    ├── mdr-datepicker.js\n    └── mdr-datepicker.min.js\n```\n\n##Documentation\n\n####Usage\n\n######Load JS\n\n```html\n\u003cscript href=\"mdr-angular-datepicker/dist/mdr-datepicker.min.js\"\u003e\u003c/script\u003e\n```\n\n######Code\n\n```js\nangular.module('MyApp', ['mdr.datepicker'])\n```\n\n######HTML View or Templates\n\n\u003e Basic Directive\n\n```html\n\u003cmdr-datepicker model=\"input\" date=\"output\"\u003e\u003c/mdr-datepicker\u003e\n```\n\n\u003e Complete Directive (All attributes)\n\n```html\n\u003cmdr-datepicker input=\"input\" output=\"output\" format=\"d/M/yyyy\" lang=\"es\" zindex=\"10000\" placeholder=\"dd/M/yyyy\" disabled=\"true\" required=\"true\"\u003e\u003c/mdr-datepicker\u003e\n```\n\n####API\n\n######Attributes\n\nAttribute | Type | Description\n--- | --- | ---\ninput | `date` | *Set date (Input).*\noutput | `date` | *Get date (Output).*\nformat | `string` | *It is date format.*\nlang | `string` | *It is language of datepicker.*\nzindex | `string` | *It is z-index of datepicker.*\nplaceholder | `string` | *Text into placeholder.*\ndisabled | `boolean` | *If required disable the component is marked as true.*\nrequired | `boolean` | *If is required the component is marked as true.*\n\n##How to contribute\n\nAll contributions are very welcome, We love it. There are several ways to help out:\n\n- Create an [issue](https://github.com/modulr/mdr-angular-datepicker/issues) on GitHub, if you have found a bug\n- Write test cases for open bug issues\n- Write patches for open bug/feature issues, preferably with test cases included\n- Contribute to the documentation\n\nThere are a few guidelines that we need contributors to follow so that we have a chance of keeping on top of things.\n\nIf you want to making changes Better avoid working directly on the `master` branch, to avoid conflicts if you pull in updates from origin, so, if make your contribution under the branch [`dev`](https://github.com/modulr/mdr-angular-datepicker/tree/dev), into folder `src/`.\n\n##Community\n\n- Implementation help may be found at Stack Overflow (tagged [`mdr-datepicker`](http://stackoverflow.com/questions/tagged/mdr-datepicker)).\n\n##Creators\n\n[@AlfredoBarronC](https://twitter.com/AlfredoBarronC)\n\n## Copyright and license\n\nCode and documentation (c) Copyright 2015 Modulr. Code published under [license MIT](https://github.com/modulr/mdr-angular-datepicker/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodulr%2Fmdr-angular-datepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodulr%2Fmdr-angular-datepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodulr%2Fmdr-angular-datepicker/lists"}