{"id":20282080,"url":"https://github.com/nbadiganti/coptic-date-mobile","last_synced_at":"2026-05-08T10:36:15.687Z","repository":{"id":150919602,"uuid":"160674234","full_name":"nbadiganti/coptic-date-mobile","owner":"nbadiganti","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-06T13:34:15.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T02:39:58.945Z","etag":null,"topics":["angular2","angular4","coptic","coptic-studies","datetime","ionic3","mobile-app"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/nbadiganti.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}},"created_at":"2018-12-06T12:51:07.000Z","updated_at":"2018-12-06T13:34:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"df2eb55d-e6be-4895-92c4-4d581691c5fd","html_url":"https://github.com/nbadiganti/coptic-date-mobile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nbadiganti/coptic-date-mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fcoptic-date-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fcoptic-date-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fcoptic-date-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fcoptic-date-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbadiganti","download_url":"https://codeload.github.com/nbadiganti/coptic-date-mobile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fcoptic-date-mobile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["angular2","angular4","coptic","coptic-studies","datetime","ionic3","mobile-app"],"created_at":"2024-11-14T14:08:03.194Z","updated_at":"2026-05-08T10:36:15.668Z","avatar_url":"https://github.com/nbadiganti.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IONIC 3 supportable provider to get date according to the Coptic Christianity \n\nIONIC 3.0 with angular + typescript\n\n![mobile-coptic](https://github.com/nbadiganti/coptic-date-mobile/blob/master/screenshots/Screen%20Shot%202018-12-06%20at%205.26.06%20PM.png)\n\n## Adding to your project \n\n1. Run `ionic generate provider coptic-date` in your ionic project. It will generate provider file under src folder\n2. Copy the code from provider which is available in the github (https://github.com/nbadiganti/coptic-date-mobile/blob/master/src/providers/coptic-date/coptic-date.ts)\n\n### Adding provider to your ionic project\n\n1. Run `import { CopticDateProvider } from '../providers/coptic-date/coptic-date';` to your app.module.ts file\n2. Add `CopticDateProvider` to your providers array in app.module.ts\n\n\n## Get coptic date in your component\n\n\n```bash\nconstructor(public navCtrl: NavController, public copticProv: CopticDateProvider) {\n  // Return today's date and time\n  var currentTime = new Date();\n\n  // returns the month (from 0 to 11)\n  var month = currentTime.getMonth();\n\n  // returns the day of the month (from 1 to 31)\n  var day = currentTime.getDate();\n\n  // returns the year (four digits)\n  var year = currentTime.getFullYear();\n\n  console.log(month, day + \" \" + year);\n\n  this.copticDate = this.copticProv.getCopticDateString(year, month, day);\n  console.log(this.copticDate);\n}\n```\n\nReference links to create this provider - https://github.com/dbishai/orthodox-presenter/blob/master/js/lib/CopticCalendar.js\n\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbadiganti%2Fcoptic-date-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbadiganti%2Fcoptic-date-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbadiganti%2Fcoptic-date-mobile/lists"}