{"id":19488038,"url":"https://github.com/etff/dateformatterkr","last_synced_at":"2025-08-16T21:05:30.208Z","repository":{"id":250679875,"uuid":"835146232","full_name":"etff/DateFormatterKR","owner":"etff","description":"simplifies date formatting tasks for Korean users","archived":false,"fork":false,"pushed_at":"2024-08-03T06:22:55.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T12:59:43.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/etff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-29T08:54:35.000Z","updated_at":"2024-08-03T06:22:58.000Z","dependencies_parsed_at":"2024-08-03T07:31:15.159Z","dependency_job_id":"693430ac-bf79-4d01-a534-1f1d0e0d73be","html_url":"https://github.com/etff/DateFormatterKR","commit_stats":null,"previous_names":["etff/dateformmaterkr","etff/dateformatterkr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/etff/DateFormatterKR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2FDateFormatterKR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2FDateFormatterKR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2FDateFormatterKR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2FDateFormatterKR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etff","download_url":"https://codeload.github.com/etff/DateFormatterKR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2FDateFormatterKR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270770144,"owners_count":24642090,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2024-11-10T20:49:26.387Z","updated_at":"2025-08-16T21:05:30.003Z","avatar_url":"https://github.com/etff.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DateFormatterKR\n\nDateFormatterKR is a Java library that simplifies date formatting tasks for Korean users. \nIt provides a set of utility methods for handling dates in various formats, \nincluding relative time format, duration time format, and more.\n\n## Features\n\n- Format a date with a given pattern.\n- Parse a date string with a given pattern.\n- Get a list of dates between the start and end date.\n- Get a relative time format between the start and target date.\n- Get a duration time format between the start and end date.\n- Get a day of week with a given date and text style.\n- Check if the given date string is valid with the given pattern.\n\n## Installation\n\n### Gradle\n\nAdd the following dependency to your `build.gradle` file:\n\n```groovy\ndependencies {\n    implementation 'com.github.etff:DateFormatterKR:1.0.0'\n}\n```\n\n## Maven\nAdd the following dependency to your pom.xml file:\n\n``` xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.etff\u003c/groupId\u003e\n  \u003cartifactId\u003eDateFormatterKR\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\nHere is a basic example of using DateFormatterKR\n```java\nLocalDate startDate = LocalDate.of(2021, 1, 1);\nLocalDate endDate = LocalDate.of(2021, 1, 3);\n\n// Get dates in range\nList\u003cLocalDate\u003e dates = DateFormatterKR.getDatesInRange(startDate, endDate);\n\n// Get relative time format\nString relativeTime = DateFormatterKR.toRelativeTimeFormat(startDate, endDate);\n\n// Get duration time format\nString durationTime = DateFormatterKR.toDurationTimeFormat(startDate, endDate);\n\n```\n\n## License\nLicense\nThis project is licensed under the terms of the MIT license. \nFor more information, see the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetff%2Fdateformatterkr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetff%2Fdateformatterkr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetff%2Fdateformatterkr/lists"}