{"id":18369656,"url":"https://github.com/forms-angular/fng-ui-date","last_synced_at":"2025-09-02T23:38:45.239Z","repository":{"id":17763558,"uuid":"20622367","full_name":"forms-angular/fng-ui-date","owner":"forms-angular","description":"jQuery UI datepicker plugin for forms-angular","archived":false,"fork":false,"pushed_at":"2025-04-23T19:21:31.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T16:15:20.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/forms-angular.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-06-08T17:39:21.000Z","updated_at":"2025-04-23T19:21:35.000Z","dependencies_parsed_at":"2024-01-19T13:31:50.866Z","dependency_job_id":"f12894bc-d031-493b-961a-6883eb187807","html_url":"https://github.com/forms-angular/fng-ui-date","commit_stats":{"total_commits":251,"total_committers":3,"mean_commits":83.66666666666667,"dds":0.007968127490039834,"last_synced_commit":"5edfde0c5f9cd1b168133b65b66f1dd475e08d10"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/forms-angular/fng-ui-date","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forms-angular%2Ffng-ui-date","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forms-angular%2Ffng-ui-date/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forms-angular%2Ffng-ui-date/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forms-angular%2Ffng-ui-date/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forms-angular","download_url":"https://codeload.github.com/forms-angular/fng-ui-date/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forms-angular%2Ffng-ui-date/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263185079,"owners_count":23427127,"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-05T23:30:19.381Z","updated_at":"2025-07-02T17:34:56.723Z","avatar_url":"https://github.com/forms-angular.png","language":"JavaScript","readme":"# fng-ui-date\n\nPlugin for forms-angular that adds jQuery UI date picker.\n\n## Usage\n\n    npm install fng-ui-date\n\nTo get all the dependencies at the top level of your node_modules run\n\n    npm dedupe\n\nAdd the following lines to your index.html (or equivalent) file\n\n    \u003clink rel=\"stylesheet\" href=\"jquery-ui/themes/smoothness/jquery-ui.css\"\u003e\n    \u003cscript src=\"angular-ui-date/dist/date.js\"\u003e\u003c/script\u003e\n    \nDate fields in models will have the date picker added.\n    \n## Configuration\n\nConfigure as part of your Angular app configuration as follows:\n\n```\n    myApp.config(['uiDateConfig', function(uiDateConfig) {\n      angular.extend(uiDateConfig, {\n        dateFormat: 'dd/mm/yy',             // UK date format\n        firstDay: 1                         // Monday week start\n      });\n    }]);\n```    \n\nFor detailed options see the documentation at http://jqueryui.com/datepicker/\n\nYou can specify the timezone (useful to specify UTC for dates of birth and other 'floating' dates) using the schema form.add property:\n```\n  dateOfBirth: {type: Date, form: {add: ' ng-model-options=\"{timezone:\\'UTC\\'}\" '}}  \n\n```\n(see the dateOfBirth property in [this](https://www.forms-angular.org/models/b_enhanced_schema.js) schema for an example)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforms-angular%2Ffng-ui-date","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforms-angular%2Ffng-ui-date","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforms-angular%2Ffng-ui-date/lists"}