{"id":23275856,"url":"https://github.com/abadi199/dateparser","last_synced_at":"2025-08-21T08:31:58.805Z","repository":{"id":57674740,"uuid":"83045688","full_name":"abadi199/dateparser","owner":"abadi199","description":"Custom Date Parser in Elm","archived":false,"fork":false,"pushed_at":"2018-02-07T18:46:57.000Z","size":50,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T11:46:53.294Z","etag":null,"topics":["date","elm","parser"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/abadi199/dateparser/latest","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abadi199.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":"2017-02-24T13:47:50.000Z","updated_at":"2018-07-18T08:25:46.000Z","dependencies_parsed_at":"2022-08-29T14:30:16.122Z","dependency_job_id":null,"html_url":"https://github.com/abadi199/dateparser","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abadi199%2Fdateparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abadi199%2Fdateparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abadi199%2Fdateparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abadi199%2Fdateparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abadi199","download_url":"https://codeload.github.com/abadi199/dateparser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230501156,"owners_count":18236061,"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":["date","elm","parser"],"created_at":"2024-12-19T21:16:48.543Z","updated_at":"2024-12-19T21:16:48.993Z","avatar_url":"https://github.com/abadi199.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Date Parser\n\n Custom Date Parser in Elm\n This package is intended to work alongside with [rluiten/elm-date-extra](package.elm-lang.org/packages/rluiten/elm-date-extra/latest)\n\n## Format\nThis library uses the date format pattern from: [https://github.com/rluiten/elm-date-extra/blob/8.2.0/DocFormat.md](https://github.com/rluiten/elm-date-extra/blob/8.2.0/DocFormat.md)\n\n- %Y - 4 digit year, zero-padded\n- %m - Zero-padded month of year, e.g. \"07\" for July\n- %_m - Space-padded month of year, e.g. \" 7\" for July\n- %-m - Month of year, e.g. \"7\" for July\n- %B - Full month name, e.g. \"July\"\n- %^B - Uppercase full month name, e.g. \"JULY\"\n- %b - Abbreviated month name, e.g. \"Jul\"\n- %^b - Uppercase abbreviated month name, e.g. \"JUL\"\n- %d - Zero-padded day of month, e.g \"02\"\n- %-d - Day of month, e.g \"2\"\n- %-@d - Day of Month with language idiom suffix Day of month, e.g \"2nd\"\n- this currently only does this in english language\n- %e - Space-padded day of month, e.g \" 2\"\n- %@e - Space-padded Day of Month with language idiom suffix, e.g \" 2nd\"\n- this currently only does this in english language\n- %A - Day of week in full, e.g. \"Wednesday\"\n- %^A - Uppercase Day of week in full, e.g. \"WEDNESDAY\"\n- %a - Day of week, abbreviated to three letters, e.g. \"Wed\"\n- %^a - Uppercase day of week, abbreviated to three letters, e.g. \"WED\"\n- %H - Hour of the day, 24-hour clock, zero-padded\n- %-H - Hour of the day, 24-hour clock, no padding\n- %k - Hour of the day, 24-hour clock, space-padded\n- %I - Hour of the day, 12-hour clock, zero-padded\n- %-I - Hour of the day, 12-hour clock, no padding\n- %l - (lower ell) Hour of the day, 12-hour clock, space-padded\n- %p - AM or PM\n- %P - am or pm\n- %M - Minute of the hour, zero-padded\n- %S - Second of the minute, zero-padded\n- %L - Milliseconds of a second, length 3 zero-padded\n- %z - time zone offset format \"(+/-)HHMM\"\n- %:z - time zone offset format \"(+/-)HH:MM\"\n- %% - produces a %\n\n\n## Example:\n```elm\nDateParser.parse Date.Extra.Config.Config_en_us \"%d/%m/%Y\" \"31/12/2017\"\nDateParser.parse Date.Extra.Config.Config_en_us \"%d/%m/%Y %I:%M %P\" \"31/12/2017 09:30 AM\"\n```\n\n\n## Development info\n\nRunning tests:\n\n```sh\nnpm install\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabadi199%2Fdateparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabadi199%2Fdateparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabadi199%2Fdateparser/lists"}