{"id":16441514,"url":"https://github.com/mostafatech/persianfullcalendar","last_synced_at":"2026-04-16T17:04:53.719Z","repository":{"id":20757126,"uuid":"24041701","full_name":"MostafaTech/persianFullCalendar","owner":"MostafaTech","description":null,"archived":false,"fork":false,"pushed_at":"2014-09-15T04:50:30.000Z","size":460,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T15:24:09.603Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MostafaTech.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":"2014-09-15T03:38:59.000Z","updated_at":"2019-11-03T16:51:00.000Z","dependencies_parsed_at":"2022-08-26T01:33:14.841Z","dependency_job_id":null,"html_url":"https://github.com/MostafaTech/persianFullCalendar","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/MostafaTech%2FpersianFullCalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2FpersianFullCalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2FpersianFullCalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2FpersianFullCalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MostafaTech","download_url":"https://codeload.github.com/MostafaTech/persianFullCalendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240777556,"owners_count":19855856,"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-11T09:14:42.413Z","updated_at":"2026-04-16T17:04:53.693Z","avatar_url":"https://github.com/MostafaTech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"persianFullCalendar\n===================\n\nPersian Full Calendar for Jquery\u003e=1.8  And Bootstarp 3.0\n\n[there is an online preview available by rawgit](https://rawgit.com/MostafaTech/persianFullCalendar/master/index.html)\n\nImplemention\n------------\n\n```html\n\u003c!-- dont forget to include JQuery and Bootstrap --\u003e\n\u003cscript src=\"persianFullCalendar.js\"\u003e\u003c/script\u003e\n\u003clink href=\"persianFullCalendar.css\" rel=\"stylesheet\" /\u003e\n\n\u003c!-- Calendar container --\u003e\n\u003cdiv id=\"cal\"\u003e\n\u003c/div\u003e\n```\n\n```javascript\n$(function () {\n    $('#cal').persianDatepicker({\n        // pined dates\n        dates: ['1393/06/16', '1393/06/16', '1393/06/25'],\n        // what happens on clicking a day\n        onSelect: function (value) {\n            alert(value);\n        }\n    });\n});\n```\n\nSome notes\n-----\nif you are not using Bootstarp just set the `box-sizing: border-box` for calendar container\n\n```css\n#cal {\n    -webkit-box-sizing: border-box;\n       -moz-box-sizing: border-box;\n            box-sizing: border-box;\n}\n```\n\nThanks\n------\nthis plugin is based on [behzadi/persianDatepicker](https://github.com/behzadi/persianDatepicker)\n\n\n\u003e **if you use this in your projects, please let me know**\n\n\u003e mostafaTech@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafatech%2Fpersianfullcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostafatech%2Fpersianfullcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafatech%2Fpersianfullcalendar/lists"}