{"id":24383304,"url":"https://github.com/firstandthird/datefmt","last_synced_at":"2026-01-11T13:29:54.005Z","repository":{"id":12434186,"uuid":"15090803","full_name":"firstandthird/datefmt","owner":"firstandthird","description":"Javascript date and time formatter","archived":false,"fork":false,"pushed_at":"2018-11-06T11:22:51.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-11T04:31:06.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/firstandthird.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}},"created_at":"2013-12-10T22:10:12.000Z","updated_at":"2018-11-06T11:00:23.000Z","dependencies_parsed_at":"2022-09-25T07:20:36.150Z","dependency_job_id":null,"html_url":"https://github.com/firstandthird/datefmt","commit_stats":null,"previous_names":["firstandthird/dateformat"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/firstandthird/datefmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdatefmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdatefmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdatefmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdatefmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstandthird","download_url":"https://codeload.github.com/firstandthird/datefmt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdatefmt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265846872,"owners_count":23838160,"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":[],"created_at":"2025-01-19T10:14:11.415Z","updated_at":"2025-12-31T14:24:54.797Z","avatar_url":"https://github.com/firstandthird.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#datefmt\n\nDate format lib\n\n### Usage\n\nUses php style date format.\n\n```javascript\nconst date = new Date(2013, 4, 8);\ndatefmt('%j %D %l', date); // 8 Wed Wednesday\n```\n\n```javascript\nconst date = new Date(2013, 0, 6);\nconst months = ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'];\nconst days = ['Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado', 'Domingo'];\n\ndatefmt.translate(months, days);\ndatefmt('%F', date); //Enero\ndatefmt('%l', date); //Lunes\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstandthird%2Fdatefmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstandthird%2Fdatefmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstandthird%2Fdatefmt/lists"}