{"id":18929726,"url":"https://github.com/thecodingmachine/jquery.tcm.monthpicker","last_synced_at":"2026-03-19T07:11:07.195Z","repository":{"id":10766085,"uuid":"13029894","full_name":"thecodingmachine/jquery.tcm.monthpicker","owner":"thecodingmachine","description":"The jQuery TCM Monthpicker is a highly configurable plugin that adds monthpicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.","archived":false,"fork":false,"pushed_at":"2013-09-23T08:24:01.000Z","size":140,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-10-20T06:24:50.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"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/thecodingmachine.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":"2013-09-23T07:52:35.000Z","updated_at":"2023-03-01T04:52:02.000Z","dependencies_parsed_at":"2022-09-12T21:24:17.576Z","dependency_job_id":null,"html_url":"https://github.com/thecodingmachine/jquery.tcm.monthpicker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecodingmachine/jquery.tcm.monthpicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fjquery.tcm.monthpicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fjquery.tcm.monthpicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fjquery.tcm.monthpicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fjquery.tcm.monthpicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingmachine","download_url":"https://codeload.github.com/thecodingmachine/jquery.tcm.monthpicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fjquery.tcm.monthpicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28868876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T06:56:44.678Z","status":"ssl_error","status_checked_at":"2026-01-29T06:56:35.794Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-08T11:34:41.448Z","updated_at":"2026-01-29T07:01:49.634Z","avatar_url":"https://github.com/thecodingmachine.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"MonthPicker\n===========\n\nIt's a modification of jquery ui datepicker to display a monthpicker. All configurable elements were kept. It's posible to use jquery ui theme.\nSo you can see documentation here [http://api.jqueryui.com/datepicker/](http://api.jqueryui.com/datepicker/).\n![example](doc/example.png)\n\nModification\n============\n\nSome feature is change from the databpicker.\n\nchangeMonth\n-----------\nRemoved\n\nfirstDay\n--------\nRemoved\n\nnumberOfMonths\n--------------\nRenamed in numberOfYears\n\nselectOtherMonths\n-----------------\nRemoved\n\nshowOtherMonthsType\n-------------------\nRemoved\n\nshowWeek\n--------\nRemoved\n\nstepMonths\n----------\nRemoved\n\nweekHeader\n----------\nRemoved\n\nExamples\n========\n\n```html\n\u003c!doctype html\u003e\n\u003chtml lang=\"us\"\u003e\n\u003chead\u003e\n\t\u003cmeta charset=\"utf-8\"\u003e\n\t\u003ctitle\u003eMonth picker Example Page\u003c/title\u003e\n\t\u003clink href=\"css/ui-lightness/jquery-ui-1.10.3.custom.css\" rel=\"stylesheet\"\u003e\n\t\u003clink rel=\"stylesheet\" href=\"http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css\"\u003e\n\t\u003cscript src=\"http://code.jquery.com/jquery-1.9.1.js\"\u003e\u003c/script\u003e\n\t\u003cscript src=\"http://code.jquery.com/ui/1.10.3/jquery-ui.js\"\u003e\u003c/script\u003e\n\t\u003cscript src=\"jquery-tcm-monthpicker.js\"\u003e\u003c/script\u003e\n\t\u003cscript\u003e\n\t$(function() {\n\t\t$( \"#datepickermonthi\" ).monthpicker();\n\t});\n\t\u003c/script\u003e\n\u003cbody\u003e\n\u003cdiv id=\"datepickermonth\"\u003e\u003cdiv/\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n![example](doc/example.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fjquery.tcm.monthpicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingmachine%2Fjquery.tcm.monthpicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fjquery.tcm.monthpicker/lists"}