{"id":22323757,"url":"https://github.com/wdhowe/date-utils","last_synced_at":"2025-03-26T05:23:15.134Z","repository":{"id":129395451,"uuid":"326567865","full_name":"wdhowe/date-utils","owner":"wdhowe","description":"A Clojure library for getting date based information.","archived":false,"fork":false,"pushed_at":"2024-03-28T00:06:56.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T07:13:16.498Z","etag":null,"topics":["clojure","date","lein","leiningen"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wdhowe.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":"2021-01-04T04:21:10.000Z","updated_at":"2024-03-28T00:13:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebea3e6c-52cd-438d-a5d8-0b1d348b583a","html_url":"https://github.com/wdhowe/date-utils","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"wdhowe/clj-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdhowe%2Fdate-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdhowe%2Fdate-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdhowe%2Fdate-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdhowe%2Fdate-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdhowe","download_url":"https://codeload.github.com/wdhowe/date-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245593224,"owners_count":20640999,"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":["clojure","date","lein","leiningen"],"created_at":"2024-12-04T01:11:47.539Z","updated_at":"2025-03-26T05:23:15.116Z","avatar_url":"https://github.com/wdhowe.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# date-utils\n\n[![Build Status][gh-actions-badge]][gh-actions] [![Clojars Project][clojars-badge]][clojars] [![Clojure version][clojure-v]](project.clj)\n\nA Clojure library for getting date based information.\n\n## Getting Started\n\nUsing the date-utils library.\n\n### Installation\n\nSee [Clojars for adding this library][clojars] to various project types (lein, boot, deps.edn, etc).\n\n### Include the Library\n\nIn the REPL\n\n```clojure\n(require '[date-utils.core :as date])\n```\n\nIn your application\n\n```clojure\n(ns my-app.core\n  (:require [date-utils.core :as date]))\n```\n\n### Use the Library\n\nA few usage examples.\n\n```clojure\n;; Get the current date in a date object.\n(date/now)\n\n;; Convert a yyyy-MM-dd string to a date object.\n(date/str-\u003edate \"2020-01-03\")\n\n;; Days left until the end of the year.\n(date/days-left)\n```\n\n\u003c!-- Named page links below: /--\u003e\n\n[gh-actions-badge]: https://github.com/wdhowe/date-utils/workflows/ci%2Fcd/badge.svg\n[gh-actions]: https://github.com/wdhowe/date-utils/actions\n[cljdoc-badge]: https://cljdoc.org/badge/com.github.wdhowe/date-utils\n[cljdoc-link]: https://cljdoc.org/d/com.github.wdhowe/date-utils/CURRENT\n[clojure-v]: https://img.shields.io/badge/clojure-1.11.1-blue.svg\n[clojars]: https://clojars.org/com.github.wdhowe/date-utils\n[clojars-badge]: https://img.shields.io/clojars/v/com.github.wdhowe/date-utils.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdhowe%2Fdate-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdhowe%2Fdate-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdhowe%2Fdate-utils/lists"}