{"id":19529176,"url":"https://github.com/riverside/calendarjs","last_synced_at":"2026-06-11T18:31:21.447Z","repository":{"id":66793316,"uuid":"44341606","full_name":"riverside/calendarjs","owner":"riverside","description":":calendar: Javascript calendar and datepicker component","archived":false,"fork":false,"pushed_at":"2023-06-04T08:51:39.000Z","size":46,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T02:41:55.603Z","etag":null,"topics":["calendar","datepicker","datepicker-component","javascript"],"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/riverside.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGE.txt","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2015-10-15T19:53:27.000Z","updated_at":"2024-08-27T15:13:37.000Z","dependencies_parsed_at":"2023-05-04T11:35:43.149Z","dependency_job_id":null,"html_url":"https://github.com/riverside/calendarjs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/riverside/calendarjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fcalendarjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fcalendarjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fcalendarjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fcalendarjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riverside","download_url":"https://codeload.github.com/riverside/calendarjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fcalendarjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["calendar","datepicker","datepicker-component","javascript"],"created_at":"2024-11-11T01:22:25.431Z","updated_at":"2026-06-11T18:31:21.427Z","avatar_url":"https://github.com/riverside.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CalendarJS\n\n### Introduction\n\nA simple but yet powerful calendar and datepicker component written in javascript with full featured API.\n\n### Example\n```\n\u003cscript type=\"text/javascript\" src=\"https://github.com/riverside/calendarjs/blob/master/calendar-1.5.min.js\"\u003e\u003c/script\u003e\n\u003clink type=\"text/css\" rel=\"stylesheet\" href=\"https://github.com/riverside/calendarjs/blob/master/themes/sky-blue/calendar.css\" /\u003e\n\n\u003cspan id=\"inlineCalendar\"\u003e\u003c/span\u003e\n\n\u003cscript type=\"text/javascript\"\u003e\nvar cal_1 = new Calendar({\n    element: 'inlineCalendar',\n    inline: true,\n    months: 3,\n    dateFormat: 'm/d/Y',\n    onSelect: function (element, selectedDate, date, cell) {\n        //do something\n    }\n});\n\u003c/script\u003e\n```\n### Options\n\nOption                | Type       | Default\n-------               | ------     |-----------------------------\n**year**              | *Number*   | new Date().getFullYear()\n**month**             | *Number*   | new Date().getMonth()\n**dayNames**          | *Array*    | [\"Su\", \"Mo\", \"Tu\", \"We\", \"Th\", \"Fr\", \"Sa\"]\n**dayNamesFull**      | *Array*    | [\"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\"]\n**monthNames**        | *Array*    | [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"]\n**monthNamesFull**    | *Array*    | [\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\"]\n**startDay**          | *Number*   | 0\n**weekNumbers**       | *Boolean*  | false\n**selectOtherMonths** | *Boolean*  | false\n**showOtherMonths**   | *Boolean*  | true\n**showNavigation**    | *Boolean*  | true\n**months**            | *Numeric*  | 1\n**inline**            | *Boolean*  | false\n**disablePast**       | *Boolean*  | false\n**dateFormat**        | *String*   | 'Y-m-d'\n**position**          | *String*   | 'bottom'\n**minDate**           | *Date*     | null\n**onBeforeOpen**      | *Function* | function () {}\n**onBeforeClose**     | *Function* | function () {}\n**onOpen**            | *Function* | function () {}\n**onClose**           | *Function* | function () {}\n**onSelect**          | *Function* | function () {}\n**onBeforeShowDay**   | *Function* | function () { return [true, '']; }\n\n### Version\n1.5\n\n### License\nLicensed under the **MIT** license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friverside%2Fcalendarjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friverside%2Fcalendarjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friverside%2Fcalendarjs/lists"}