{"id":24433295,"url":"https://github.com/younisshah/hijri","last_synced_at":"2025-06-30T22:39:30.764Z","repository":{"id":57510719,"uuid":"112575242","full_name":"younisshah/hijri","owner":"younisshah","description":"hijri is a small helper library to convert a Hijri date to a Gregorian date according to Ummul Qura calendar.","archived":false,"fork":false,"pushed_at":"2017-11-30T09:18:20.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T21:16:43.230Z","etag":null,"topics":["calendar","dates","golang","hijri-calendar"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/younisshah.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":"2017-11-30T06:44:41.000Z","updated_at":"2024-08-05T15:35:15.000Z","dependencies_parsed_at":"2022-09-26T17:50:56.677Z","dependency_job_id":null,"html_url":"https://github.com/younisshah/hijri","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/younisshah/hijri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younisshah%2Fhijri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younisshah%2Fhijri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younisshah%2Fhijri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younisshah%2Fhijri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/younisshah","download_url":"https://codeload.github.com/younisshah/hijri/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younisshah%2Fhijri/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262862897,"owners_count":23376410,"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":["calendar","dates","golang","hijri-calendar"],"created_at":"2025-01-20T16:34:20.317Z","updated_at":"2025-06-30T22:39:30.689Z","avatar_url":"https://github.com/younisshah.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## hijri\n\nhijri is a small helper library to convert a Hijri date to a Gregorian date according to Ummul Qura calendar.\n\nIt just exports one function `HijriToGregorian` which takes a Hijri `year`, `month`\nand a `day` and return the equivalent Gregorian date based on based on Ummul Qura [موقع تقويم أم القرى](http://www.ummulqura.org.sa/) calendar.\n\nPlease note the Islamic (Hijri) calendar system is a lunar calendar based on observation. \nThe observation aspect of the calendar means that a new month can only be declared based on human observations of the moon, \nsomething which can obviously vary and is unsuited to computer calculation.\n\n# Install\n\n```go \ngo get github.com/younisshah/hijri\n```\n\n\n# Usage\n\n```go\ngregorianDate := hijri.HijriToGregorian(1439, 3, 12)\n// ...\n```\n\n# License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounisshah%2Fhijri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounisshah%2Fhijri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounisshah%2Fhijri/lists"}