{"id":19733780,"url":"https://github.com/grsmv/date-range-format","last_synced_at":"2026-06-05T20:31:11.018Z","repository":{"id":50746619,"uuid":"85582912","full_name":"grsmv/date-range-format","owner":"grsmv","description":"Formatting date ranges in Go with i18n support","archived":false,"fork":false,"pushed_at":"2017-06-25T14:11:18.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T04:08:27.745Z","etag":null,"topics":["date","date-range","go","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/grsmv.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-20T13:55:05.000Z","updated_at":"2022-08-01T08:48:59.000Z","dependencies_parsed_at":"2022-09-24T19:03:52.843Z","dependency_job_id":null,"html_url":"https://github.com/grsmv/date-range-format","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grsmv/date-range-format","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grsmv%2Fdate-range-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grsmv%2Fdate-range-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grsmv%2Fdate-range-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grsmv%2Fdate-range-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grsmv","download_url":"https://codeload.github.com/grsmv/date-range-format/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grsmv%2Fdate-range-format/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33959537,"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-05T02:00:06.157Z","response_time":120,"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":["date","date-range","go","golang"],"created_at":"2024-11-12T00:33:44.221Z","updated_at":"2026-06-05T20:31:10.999Z","avatar_url":"https://github.com/grsmv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"date-range-format\n-----------------\n\nFormatting date ranges in Go with i18n support (currently for Ukrainian, English and Russian languages).\nUsage:\n\n    import format \"github.com/grsmv/date-range-format\"\n\n    format.DateRangeFormat(\n        \"uk\",\n        time.Date(2017, 1, 1, 0, 0, 0, 0, time.Local),\n        time.Date(2017, 1, 5, 0, 0, 0, 0, time.Local),\n    ) // will give `1 - 5 січня 2017`\n\n    format.DateRangeFormat(\n        \"en\",\n        time.Date(2017, 1, 30, 0, 0, 0, 0, time.Local),\n        time.Date(2017, 2, 7, 0, 0, 0, 0, time.Local),\n    ) // will give `January, 30 - February, 7 2017`\n\nEnjoy!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrsmv%2Fdate-range-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrsmv%2Fdate-range-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrsmv%2Fdate-range-format/lists"}