{"id":15713958,"url":"https://github.com/hashnuke/delorean","last_synced_at":"2025-03-30T19:24:52.662Z","repository":{"id":32858968,"uuid":"36452748","full_name":"HashNuke/delorean","owner":"HashNuke","description":"A better date picker.","archived":false,"fork":false,"pushed_at":"2014-10-21T16:29:41.000Z","size":484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:58:39.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HashNuke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-28T16:50:59.000Z","updated_at":"2018-02-27T16:32:51.000Z","dependencies_parsed_at":"2022-09-12T14:02:44.126Z","dependency_job_id":null,"html_url":"https://github.com/HashNuke/delorean","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/HashNuke%2Fdelorean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fdelorean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fdelorean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fdelorean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HashNuke","download_url":"https://codeload.github.com/HashNuke/delorean/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246367167,"owners_count":20765833,"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-03T21:34:22.153Z","updated_at":"2025-03-30T19:24:52.626Z","avatar_url":"https://github.com/HashNuke.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delorean - jQuery datepicker plugin\n\n\n## Usage\n\nAdd delorean as a bower dependency or copy over the files in the `dist` dir.\n\n```\n$(selector).datepicker(options)\n```\n\nIf the value of the input element is set, it'll be parsed.\n\n### Options\n\n* *startingView*: `years` (default), `months`, `days`\n* *format*: `yyyymmdd` (default), `mmddyyyy`\n* *seperator*: `/` (default). Resulting value would look like `2014/04/05`. To use '-', change this option's value to `-`\n* *locale*: `en` (default). English is the only available locale right now\n\n\n### Events\n\n#### `datepicker:selected`\n\nOn selecting a date, this event is triggered with the value (in the format specified) of the selected date as an argument.\n\nExample that handles the event:\n\n```\n$(window).on(\"datepicker:selected\", function(event, value) {\n  // do what you want here\n})\n```\n\n\n## Development\n\nThe CSS file is in `dist/delorean.css`. The coffeescript source files are in `lib/`\n\n* Install dependencies with `npm install` or install `coffee-script` and `bower` from npm yourself.\n* To compile once run `make`\n* To watch for changes and compile during development run `make watch`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fdelorean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashnuke%2Fdelorean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fdelorean/lists"}